summaryrefslogtreecommitdiff
path: root/heatclient/v1
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-07 08:49:52 +0000
committerGerrit Code Review <review@openstack.org>2018-02-07 08:49:52 +0000
commit1f2c1a2a8aa3b9aab8d5cfe8569349b1fb0979d8 (patch)
tree2f7b48a980f98aefe4269f134ed7b0f888771d59 /heatclient/v1
parentc106f37d9731376555e62956958f53a3ac3354e7 (diff)
parente74181b490b16cdba92282fe5ec59a37682ea82c (diff)
downloadpython-heatclient-1f2c1a2a8aa3b9aab8d5cfe8569349b1fb0979d8.tar.gz
Merge "[policy in code] Change policy description"
Diffstat (limited to 'heatclient/v1')
-rw-r--r--heatclient/v1/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 6f6ff08..e5bf19c 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -633,7 +633,8 @@ def do_stack_cancel_update(hc, args):
'keys.'))
@utils.arg('-g', '--global-tenant', action='store_true', default=False,
help=_('Display stacks from all tenants. Operation only authorized '
- 'for users who match the policy in heat\'s policy.json.'))
+ 'for users who match the policy (default or explicitly '
+ 'configured in policy.json) in heat.'))
@utils.arg('-o', '--show-owner', action='store_true', default=False,
help=_('Display stack owner information. This is automatically '
'enabled when using %(arg)s.') % {'arg': '--global-tenant'})