Merge "Update overcloud deploy help for default heat type" into stable/wallaby

This commit is contained in:
Zuul
2021-09-16 02:04:32 +00:00
committed by Gerrit Code Review

View File

@@ -1099,9 +1099,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.')
)