Merge "bnr - overcloud restore - fix error in the help description for the stack parameter"

This commit is contained in:
Zuul 2022-04-27 10:28:19 +00:00 committed by Gerrit Code Review
commit b70fbdecde
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'))