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
This commit is contained in:
Zane Bitter 2016-12-02 16:25:03 -05:00 committed by Rabi Mishra
parent 0c246f3259
commit 505ad5ce38
1 changed files with 1 additions and 1 deletions

View File

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