Frank Kobzik has uploaded a new change for review. Change subject: tools: Setting ClientConsoleModeDefault ......................................................................
tools: Setting ClientConsoleModeDefault This patch adds the possibility of setting the default console invocation behavior in the engine. Change-Id: Ibeb1e7280f02cf63453d2f46330c14ef426f98f9 Bug-Url: https://bugzilla.redhat.com/843410 Signed-off-by: Frantisek Kobzik <[email protected]> --- M backend/manager/tools/src/main/conf/engine-config.properties 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/13002/1 diff --git a/backend/manager/tools/src/main/conf/engine-config.properties b/backend/manager/tools/src/main/conf/engine-config.properties index 83a89a0..cf770e6 100644 --- a/backend/manager/tools/src/main/conf/engine-config.properties +++ b/backend/manager/tools/src/main/conf/engine-config.properties @@ -254,3 +254,5 @@ LogMaxSwapUsedThresholdInPercentage.validValues=0..100 SpiceProxyDefault.description='Default proxy used by SPICE client to connect to the guest: [protocol://]<host>[:port]' SpiceProxyDefault.type=String +ClientConsoleModeDefault.description="Default console invocation behavior in the engine. Possible values: Plugin/Native/Auto." +ClientConsoleModeDefault.type=String -- To view, visit http://gerrit.ovirt.org/13002 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibeb1e7280f02cf63453d2f46330c14ef426f98f9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
