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:
David Kranz 2015-01-06 09:33:36 -05:00
parent 0dcdfa4222
commit 7bced6673c
1 changed files with 2 additions and 1 deletions

View File

@ -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',