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
This commit is contained in:
@@ -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'),
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user