Alon Bar-Lev has uploaded a new change for review. Change subject: BZ#841676 packaging: modify secure db connection prompt ......................................................................
BZ#841676 packaging: modify secure db connection prompt Phrase the ssl prompt to a more user friendly prompt, so the default 'no' may be kept without alerting anyone. Alters commit 88bb2185880 with different wording. Change-Id: Iea03c96997d7fe5b38850015e35f015578c4497b Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/setup/output_messages.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/7269/1 diff --git a/packaging/fedora/setup/output_messages.py b/packaging/fedora/setup/output_messages.py index fe51d9f..516a4eb 100644 --- a/packaging/fedora/setup/output_messages.py +++ b/packaging/fedora/setup/output_messages.py @@ -147,7 +147,7 @@ INFO_CONF_PARAMS_REMOTE_DB_PASSWD_USAGE="Password for the remote database administrator" INFO_CONF_PARAMS_REMOTE_DB_PASSWD_PROMPT="Remote database password" INFO_CONF_PARAMS_DB_SECURE_CONNECTION_USAGE="Should the connection to the DB be secure? (The support must be configured on remote DB server)" -INFO_CONF_PARAMS_DB_SECURE_CONNECTION_PROMPT="Configure secure connection? (make sure ssl is configured on remote DB)" +INFO_CONF_PARAMS_DB_SECURE_CONNECTION_PROMPT="Configure secure connection? (make sure SSL is configured on remote database)" #Auth domain -- To view, visit http://gerrit.ovirt.org/7269 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea03c96997d7fe5b38850015e35f015578c4497b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
