bnr - overcloud restore - fix error in the help description for the stack parameter
This issue is discussed at [1] [1] https://review.opendev.org/c/openstack/python-tripleoclient/+/835798/1#message-d465d5cce9289794ba93ba8222d9026e602d7362 Change-Id: I2ee5a5454ec1211b8c8aa1ec7f6e694995885882
This commit is contained in:
parent
bc4209a720
commit
cb6cf7b18e
@ -52,7 +52,7 @@ class RestoreOvercloud(command.Command):
|
||||
parser.add_argument(
|
||||
'--stack',
|
||||
nargs='?',
|
||||
help=_('Name or ID of heat stack to delete'
|
||||
help=_('Name or ID of the stack to be used'
|
||||
'(default=Env: OVERCLOUD_STACK_NAME)'),
|
||||
default=osc_utils.env('OVERCLOUD_STACK_NAME'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user