Merge "Update error message for Unauthorized error"

This commit is contained in:
Jenkins
2016-03-18 10:54:29 +00:00
committed by Gerrit Code Review

View File

@@ -133,7 +133,7 @@ def exceptions_decorator(func):
message = """
Unauthorized: need authentication!
Please provide user and password via client
fuel --user=user --password=pass [action]
fuel --os-username=user --os-password=pass [action]
or modify your credentials in your configuration file."""
exit_with_error(textwrap.dedent(message).strip())
except FuelClientException as exc: