Douglas Schilling Landgraf has uploaded a new change for review. Change subject: engine-config: Add UseSecureConnectionWithServers ......................................................................
engine-config: Add UseSecureConnectionWithServers Make accessible UseSecureConnectionWithServers via engine-config tool. Change-Id: I9ba5e548d031658089641a5442b5068515b61676 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1003117 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M packaging/etc/engine-config/engine-config.properties 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/19202/1 diff --git a/packaging/etc/engine-config/engine-config.properties b/packaging/etc/engine-config/engine-config.properties index 4f9074f..c5a2441 100644 --- a/packaging/etc/engine-config/engine-config.properties +++ b/packaging/etc/engine-config/engine-config.properties @@ -161,6 +161,8 @@ UserDefinedVMProperties.type=UserDefinedVMProperties UserRefreshRate.description="Refresh Rate of Users Data from Active Directory (in seconds)" UserRefreshRate.type=Integer +UseSecureConnectionWithServers.description="Determine whether use secure communication with servers" +UseSecureConnectionWithServers.type=Boolean UtilizationThresholdInPercent.description="The Utilization Threshold (in percent)" UtilizationThresholdInPercent.type=Integer ValidNumOfMonitors.description="Valid Numbers of Monitors" -- To view, visit http://gerrit.ovirt.org/19202 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ba5e548d031658089641a5442b5068515b61676 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
