Remove the fixed set of choices for network_type
So that it can specify out-of-tree ML2 type drivers. Closes-Bug: #1657311 Change-Id: I2445fb165b86cf5937d8aa09ba0fd5564eb1f8f4
This commit is contained in:
parent
08ca61ba07
commit
61a22a285a
@ -141,10 +141,8 @@ def _add_additional_network_options(parser):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--provider-network-type',
|
'--provider-network-type',
|
||||||
metavar='<provider-network-type>',
|
metavar='<provider-network-type>',
|
||||||
choices=['flat', 'geneve', 'gre', 'local',
|
|
||||||
'vlan', 'vxlan'],
|
|
||||||
help=_("The physical mechanism by which the virtual network "
|
help=_("The physical mechanism by which the virtual network "
|
||||||
"is implemented. The supported options are: "
|
"is implemented. For example: "
|
||||||
"flat, geneve, gre, local, vlan, vxlan."))
|
"flat, geneve, gre, local, vlan, vxlan."))
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--provider-physical-network',
|
'--provider-physical-network',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user