added "mlnx" to list of supported ml2 mechanism drivers
This adds "mlnx" (the mellanox driver) to the list of accepted values for the CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS configuration option. Change-Id: I76023441a65fde4284ad637987666a667319641d Resolves: rhbz#1100142
This commit is contained in:
committed by
Lukas Bezdicka
parent
7a4d1dacc9
commit
3c898cee57
@@ -691,7 +691,7 @@ Neutron ML2 plugin config
|
||||
Comma-separated, ordered list of network types to allocate as tenant networks. The 'local' value is only useful for single-box testing and provides no connectivity between hosts. ['local', 'vlan', 'gre', 'vxlan']
|
||||
|
||||
**CONFIG_NEUTRON_ML2_MECHANISM_DRIVERS**
|
||||
Comma-separated ordered list of networking mechanism driver entry points to be loaded from the neutron.ml2.mechanism_drivers namespace. ['logger', 'test', 'linuxbridge', 'openvswitch', 'hyperv', 'ncs', 'arista', 'cisco_nexus', 'l2population']
|
||||
Comma-separated ordered list of networking mechanism driver entry points to be loaded from the neutron.ml2.mechanism_drivers namespace. ['logger', 'test', 'linuxbridge', 'openvswitch', 'hyperv', 'ncs', 'arista', 'cisco_nexus', 'mlnx', 'l2population']
|
||||
|
||||
**CONFIG_NEUTRON_ML2_FLAT_NETWORKS**
|
||||
Comma-separated list of physical_network names with which flat networks can be created. Use * to allow flat networks with arbitrary physical_network names.
|
||||
|
||||
@@ -234,7 +234,7 @@ def initConfig(controller):
|
||||
"mechanism driver entrypoints"),
|
||||
"OPTION_LIST": ["logger", "test", "linuxbridge", "openvswitch",
|
||||
"hyperv", "ncs", "arista", "cisco_nexus",
|
||||
"l2population"],
|
||||
"mlnx", "l2population"],
|
||||
"VALIDATORS": [validators.validate_multi_options],
|
||||
"DEFAULT_VALUE": "openvswitch",
|
||||
"MASK_INPUT": False,
|
||||
|
||||
Reference in New Issue
Block a user