Kanagaraj M has uploaded a new change for review. Change subject: tools: Exposing ApplicationMode through engine-config ......................................................................
tools: Exposing ApplicationMode through engine-config ApplicationMode option is added to engine.config Change-Id: I01af3cd2e8ecf831b1af71500442064f10bf2277 Signed-off-by: Kanagaraj M <[email protected]> --- M backend/manager/tools/engine-config/src/main/resources/engine-config.properties 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/9583/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 9afb312..6424abb 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 @@ -230,4 +230,7 @@ HostTimeDriftInSec.type=Integer HostTimeDriftInSec.description="Allowed time drift between any Host and Engine" HostTimeDriftInSec.type=String +ApplicationMode.description="Mode of the Application. 1->Virt Mode, 2->Gluster Mode, 255->All" +ApplicationMode.type=Integer +ApplicationMode.validValues=1,2,255 -- To view, visit http://gerrit.ovirt.org/9583 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I01af3cd2e8ecf831b1af71500442064f10bf2277 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
