summaryrefslogtreecommitdiff
path: root/heatclient/v1/shell.py
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2016-12-02 16:25:03 -0500
committerRabi Mishra <ramishra@redhat.com>2016-12-14 10:15:27 +0000
commit505ad5ce385370554e33bc208358baf062721e98 (patch)
tree137d29486d108481bcf47af0557a89deea5b2c1e /heatclient/v1/shell.py
parent0c246f32594027465f774c7cc94c00f8bef212ec (diff)
downloadpython-heatclient-505ad5ce385370554e33bc208358baf062721e98.tar.gz
Update docs for mark-unhealthy command
Starting with the Ocata release of Heat, users can now select a resource using its physical resource ID. Change-Id: I82711c50e9719a80eec68592ee36198ea47b9f1d Depends-On: Ie28ed102665b2c6379d1f55b7a02b76d05e38ddd Related-Bug: #1635295
Diffstat (limited to 'heatclient/v1/shell.py')
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index b605b72..a3179b3 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -1081,7 +1081,7 @@ def do_resource_signal(hc, args):
@utils.arg('id', metavar='<NAME or ID>',
help=_('Name or ID of stack the resource belongs to.'))
@utils.arg('resource', metavar='<RESOURCE>',
- help=_('Name of the resource.'))
+ help=_('Name or physical ID of the resource.'))
@utils.arg('reason', default="", nargs='?',
help=_('Reason for state change.'))
@utils.arg('--reset', default=False, action="store_true",