summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-22 17:07:40 +0000
committerGerrit Code Review <review@openstack.org>2015-07-22 17:07:40 +0000
commitb9ca72853b83713af1ebe7a88cc803e306a707fb (patch)
treec737b920b0076b304baa977f7d664b9a2ab7e8b2 /openstackclient
parent54ff5d8758afa6e101ab6e9e67daa8f0711a25c7 (diff)
parent874c9212929204a6eb3c0dc70afd5ccea9794178 (diff)
downloadpython-openstackclient-b9ca72853b83713af1ebe7a88cc803e306a707fb.tar.gz
Merge "Fix --os-auth-plugin in auth_with_unscoped_saml"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/identity/v3/unscoped_saml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/unscoped_saml.py b/openstackclient/identity/v3/unscoped_saml.py
index 9b158b67..fddac68f 100644
--- a/openstackclient/identity/v3/unscoped_saml.py
+++ b/openstackclient/identity/v3/unscoped_saml.py
@@ -37,7 +37,7 @@ def auth_with_unscoped_saml(func):
else:
msg = ('This command requires the use of an unscoped SAML '
'authentication plugin. Please use argument '
- '--os-auth-plugin with one of the following '
+ '--os-auth-type with one of the following '
'plugins: ' + ', '.join(UNSCOPED_AUTH_PLUGINS))
raise exceptions.CommandError(msg)
return _decorated