Merge "Change method to get the user_id"

This commit is contained in:
Jenkins
2015-11-08 06:31:16 +00:00
committed by Gerrit Code Review

View File

@@ -304,7 +304,7 @@ class ListVolume(lister.Lister):
user_id = None
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_domain)