We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724abb3 + 9f69b43 commit ba79c3fCopy full SHA for ba79c3f
1 file changed
openstackclient/api/auth.py
@@ -152,8 +152,10 @@ def check_valid_auth_options(options, auth_plugin_name):
152
options.auth.get('project_name', None) and not
153
options.auth.get('tenant_id', None) and not
154
options.auth.get('tenant_name', None)):
155
- msg += _('Set a scope, such as a project or domain, with '
156
- '--os-project-name, OS_PROJECT_NAME or auth.project_name')
+ msg += _('Set a scope, such as a project or domain, set a '
+ 'project scope with --os-project-name, OS_PROJECT_NAME '
157
+ 'or auth.project_name, set a domain scope with '
158
+ '--os-domain-name, OS_DOMAIN_NAME or auth.domain_name')
159
elif auth_plugin_name.endswith('token'):
160
if not options.auth.get('token', None):
161
msg += _('Set a token with --os-token, OS_TOKEN or auth.token\n')
0 commit comments