Martin Mucha has uploaded a new change for review. Change subject: tools: conflict in engine-config.properties ......................................................................
tools: conflict in engine-config.properties HostTimeDriftInSec.type was defined twice in engine-config.properties. Change-Id: I4a0c5bbb2928dc2d51438f385a4e3aa2cb424a23 Signed-off-by: Martin Mucha <[email protected]> --- M packaging/etc/engine-config/engine-config.properties 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/29347/1 diff --git a/packaging/etc/engine-config/engine-config.properties b/packaging/etc/engine-config/engine-config.properties index 37bafe5..587b0c4 100644 --- a/packaging/etc/engine-config/engine-config.properties +++ b/packaging/etc/engine-config/engine-config.properties @@ -255,7 +255,6 @@ EngineMode.validValues=ACTIVE,MAINTENANCE,PREPARE HostTimeDriftInSec.type=Integer HostTimeDriftInSec.description="Allowed time drift between any Host and Engine" -HostTimeDriftInSec.type=String LogMaxPhysicalMemoryUsedThresholdInPercentage.description='Maximum percentage threshold of Physical memory usage on a host to trigger Audit-Log event' LogMaxPhysicalMemoryUsedThresholdInPercentage.type=Integer LogMaxPhysicalMemoryUsedThresholdInPercentage.validValues=0..100 -- To view, visit http://gerrit.ovirt.org/29347 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a0c5bbb2928dc2d51438f385a4e3aa2cb424a23 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
