Kiril Nesenko has uploaded a new change for review. Change subject: packaging: Change variable name to be consistant to its message type. ......................................................................
packaging: Change variable name to be consistant to its message type. Changed the variable WARN_SPACES_IN_PASS to ERR_SPACES_IN_PASS. Variable name should be consistant with its message type. Change-Id: I9ba09e644837bb757aa0c2db43753c5b7f109843 Signed-off-by: Kiril Nesenko <[email protected]> --- M packaging/fedora/setup/output_messages.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/7256/1 diff --git a/packaging/fedora/setup/output_messages.py b/packaging/fedora/setup/output_messages.py index 93ad07f..fe51d9f 100644 --- a/packaging/fedora/setup/output_messages.py +++ b/packaging/fedora/setup/output_messages.py @@ -179,7 +179,6 @@ WARN_LOW_MEMORY="There are less than %s MBs of available free memory on this machine.\nIt is recommended to have at least %s MBs of available memory to run the %s." % (basedefs.CONST_WARN_MEMORY_MB, basedefs.CONST_WARN_MEMORY_MB, basedefs.APP_NAME) WARN_WEAK_PASS="Warning: Weak Password." -WARN_SPACES_IN_PASS = "Error: White spaces are not allowed in passwords" # General error input messages INFO_STRING_LEN_LESS_THAN_MIN="String length is less than the minimum allowed: %s" @@ -407,3 +406,6 @@ ERR_EXP_UPD_HTTP_LISTEN_PORT="Error: can't update http listen port in file %s" ERR_EXP_UPD_HTTPS_LISTEN_PORT="Error: can't update https listen port in file %s" WARN_IPA_INSTALLED="Warning! IPA Installation detected. Support for port 80/443 will be disabled." + +# passwords errors +ERR_SPACES_IN_PASS = "Error: White spaces are not allowed in passwords" -- To view, visit http://gerrit.ovirt.org/7256 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ba09e644837bb757aa0c2db43753c5b7f109843 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kiril Nesenko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
