Merge "Add NODE and HOST parameters in "server create" help text"

This commit is contained in:
Zuul 2020-12-01 22:46:10 +00:00 committed by Gerrit Code Review
commit d4a0bcf8b3
1 changed files with 6 additions and 1 deletions

View File

@ -711,7 +711,12 @@ class CreateServer(command.ShowOne):
parser.add_argument(
'--availability-zone',
metavar='<zone-name>',
help=_('Select an availability zone for the server'),
help=_('Select an availability zone for the server. '
'Host and node are optional parameters. '
'Availability zone in the format '
'<zone-name>:<host-name>:<node-name>, '
'<zone-name>::<node-name>, <zone-name>:<host-name> '
'or <zone-name>'),
)
parser.add_argument(
'--host',