Eli Mesika has uploaded a new change for review. Change subject: core: adding values to engine-config(#848862) ......................................................................
core: adding values to engine-config(#848862) Adding new configuration values to engine-config Change-Id: I6e73ba5817e164ef06dd554d7eaa3589d0da3f99 Signed-off-by: Eli Mesika <[email protected]> --- M backend/manager/tools/engine-config/src/main/resources/engine-config.properties 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/29/7829/1 diff --git a/backend/manager/tools/engine-config/src/main/resources/engine-config.properties b/backend/manager/tools/engine-config/src/main/resources/engine-config.properties index caab5b1..95b6db8 100644 --- a/backend/manager/tools/engine-config/src/main/resources/engine-config.properties +++ b/backend/manager/tools/engine-config/src/main/resources/engine-config.properties @@ -220,3 +220,8 @@ AllowClusterWithVirtGlusterEnabled.validValues=true,false EnableMACAntiSpoofingFilterRules.description="Indicates if Network Filtering should be enabled or not." EnableMACAntiSpoofingFilterRules.validValues=true,false +EnableHostTimeDrift.description="Enables hosts to have diffrent time from engine" +EnableHostTimeDrift.validValues=true,false +HostTimeDriftInSec.type=Integer +HostTimeDriftInSec.description="Allowed time drift between any Host and Engine" + -- To view, visit http://gerrit.ovirt.org/7829 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6e73ba5817e164ef06dd554d7eaa3589d0da3f99 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
