Update overcloud deploy help for default heat type

In patch[1], we have changed the default heat type to be ephermal
heat. We missed to change the help section.

To avoid confusion to users, Updating with this patch.

[1] https://review.opendev.org/c/openstack/python-tripleoclient/+/789930

Change-Id: Iae5ca17dbca64d5b0594138843c99d23797c331d
This commit is contained in:
Sandeep Yadav 2021-09-11 09:18:25 +05:30
parent 7ddf401b42
commit 99d4ac501d
1 changed files with 2 additions and 3 deletions

View File

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