Skip to content

Commit d4a0bcf

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add NODE and HOST parameters in "server create" help text"
2 parents 2d95558 + 3e8968a commit d4a0bcf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,12 @@ def get_parser(self, prog_name):
711711
parser.add_argument(
712712
'--availability-zone',
713713
metavar='<zone-name>',
714-
help=_('Select an availability zone for the server'),
714+
help=_('Select an availability zone for the server. '
715+
'Host and node are optional parameters. '
716+
'Availability zone in the format '
717+
'<zone-name>:<host-name>:<node-name>, '
718+
'<zone-name>::<node-name>, <zone-name>:<host-name> '
719+
'or <zone-name>'),
715720
)
716721
parser.add_argument(
717722
'--host',

0 commit comments

Comments
 (0)