Document unexpected need for --all-tenants when using --tenant
This behavior was changed in v3 but that is now obsolete. Change-Id: I5e1ce2ab3ac60dc637c4416cbe1be088230c07b6 Related-Bug: #1185290
This commit is contained in:
@@ -1283,7 +1283,8 @@ def do_image_delete(cs, args):
|
||||
dest='tenant',
|
||||
metavar='<tenant>',
|
||||
nargs='?',
|
||||
help=_('Display information from single tenant (Admin only).'))
|
||||
help=_('Display information from single tenant (Admin only). '
|
||||
'The --all-tenants option must also be provided.'))
|
||||
@cliutils.arg(
|
||||
'--user',
|
||||
dest='user',
|
||||
|
||||
Reference in New Issue
Block a user