From 7bced6673c19c69ab7ab190084162dede416a9fb Mon Sep 17 00:00:00 2001 From: David Kranz Date: Tue, 6 Jan 2015 09:33:36 -0500 Subject: [PATCH] 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 --- novaclient/v1_1/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 2952c604f..1463f5fd4 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -1283,7 +1283,8 @@ def do_image_delete(cs, args): dest='tenant', metavar='', 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',