Merge "Update overcloud deploy help for default heat type"

This commit is contained in:
Zuul 2021-09-14 18:01:58 +00:00 committed by Gerrit Code Review
commit 987d908c5b
1 changed files with 2 additions and 3 deletions

View File

@ -979,9 +979,8 @@ class DeployOvercloud(command.Command):
choices=['installed', 'pod', 'container', 'native'],
help=_('The type of Heat process to use to execute '
'the deployment.\n'
'installed (Default): Use the system installed '
'Heat.\n'
'pod: Use an ephemeral Heat pod.\n'
'pod (Default): Use an ephemeral Heat pod.\n'
'installed: Use the system installed Heat.\n'
'container: Use an ephemeral Heat container.\n'
'native: Use an ephemeral Heat process.')
)