diff options
| author | Eric Brown <browne@vmware.com> | 2015-05-15 14:54:16 -0700 |
|---|---|---|
| committer | Eric Brown <browne@vmware.com> | 2015-05-15 14:54:16 -0700 |
| commit | 7cf319e79002681ff7914a84bbc1e9af93d93e0f (patch) | |
| tree | aed50e48fa6eb438e6ef01c3ae70c37b68c3f123 /keystoneclient/auth | |
| parent | 59c0872cdcebb3d726ec29ccb0b67fc39ad46ac6 (diff) | |
| download | python-keystoneclient-7cf319e79002681ff7914a84bbc1e9af93d93e0f.tar.gz | |
Typo in openstack client help
The openstack client output for the help of --os-user-id states
"longin" instead of "login". The openstack client gets it's help
output from the keystoneclient.
Change-Id: I7c92a82cd60b2835d98101200cf641b46dd145b4
Closes-Bug: #1455673
Diffstat (limited to 'keystoneclient/auth')
| -rw-r--r-- | keystoneclient/auth/identity/v2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/auth/identity/v2.py b/keystoneclient/auth/identity/v2.py index 8eaa9c5..c25ddfd 100644 --- a/keystoneclient/auth/identity/v2.py +++ b/keystoneclient/auth/identity/v2.py @@ -153,7 +153,7 @@ class Password(Auth): dest='username', deprecated_name='username', help='Username to login with'), - cfg.StrOpt('user-id', help='User ID to longin with'), + cfg.StrOpt('user-id', help='User ID to login with'), cfg.StrOpt('password', secret=True, help='Password to use'), ]) |
