Change method to get the user_id
Instead of "find_project", using "find_user" to get the user_id while the option --user is specified for "openstack volume list" Change-Id: Iea8472b7b8e709a8792a56575e00003a9cbdaa39 Closes-Bug: #1514145
This commit is contained in:
parent
8a1fb85dba
commit
176735f4aa
@ -304,7 +304,7 @@ class ListVolume(lister.Lister):
|
|||||||
|
|
||||||
user_id = None
|
user_id = None
|
||||||
if parsed_args.user:
|
if parsed_args.user:
|
||||||
user_id = identity_common.find_project(identity_client,
|
user_id = identity_common.find_user(identity_client,
|
||||||
parsed_args.user,
|
parsed_args.user,
|
||||||
parsed_args.user_domain)
|
parsed_args.user_domain)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user