Skip to content

Commit e3f9ef9

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove the fixed set of choices for network_type"
2 parents b69b539 + 61a22a2 commit e3f9ef9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

openstackclient/network/v2/network.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,8 @@ def _add_additional_network_options(parser):
141141
parser.add_argument(
142142
'--provider-network-type',
143143
metavar='<provider-network-type>',
144-
choices=['flat', 'geneve', 'gre', 'local',
145-
'vlan', 'vxlan'],
146144
help=_("The physical mechanism by which the virtual network "
147-
"is implemented. The supported options are: "
145+
"is implemented. For example: "
148146
"flat, geneve, gre, local, vlan, vxlan."))
149147
parser.add_argument(
150148
'--provider-physical-network',

0 commit comments

Comments
 (0)