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:
Fernando Diaz 2022-04-20 09:46:32 +02:00 committed by Fernando Díaz Bravo
parent bc4209a720
commit cb6cf7b18e
1 changed files with 1 additions and 1 deletions

View File

@ -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'))