Add VXLAN tunneling support for the ML2 plugin
Add an ML2 Type Driver for VXLAN networks to allow the creation of VXLAN networks with the OVS agent. Change-Id: I7fcc384cc44d5adc752510847d8ba5f46bbb79fb Implements: blueprint ml2-vxlan
This commit is contained in:
parent
0e81c7d0e3
commit
131dd9b69e
@ -108,6 +108,7 @@ neutron.ml2.type_drivers =
|
|||||||
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver
|
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver
|
||||||
vlan = neutron.plugins.ml2.drivers.type_vlan:VlanTypeDriver
|
vlan = neutron.plugins.ml2.drivers.type_vlan:VlanTypeDriver
|
||||||
gre = neutron.plugins.ml2.drivers.type_gre:GreTypeDriver
|
gre = neutron.plugins.ml2.drivers.type_gre:GreTypeDriver
|
||||||
|
vxlan = neutron.plugins.ml2.drivers.type_vxlan:VxlanTypeDriver
|
||||||
neutron.ml2.mechanism_drivers =
|
neutron.ml2.mechanism_drivers =
|
||||||
logger = neutron.tests.unit.ml2.drivers.mechanism_logger:LoggerMechanismDriver
|
logger = neutron.tests.unit.ml2.drivers.mechanism_logger:LoggerMechanismDriver
|
||||||
test = neutron.tests.unit.ml2.drivers.mechanism_test:TestMechanismDriver
|
test = neutron.tests.unit.ml2.drivers.mechanism_test:TestMechanismDriver
|
||||||
|
Loading…
Reference in New Issue
Block a user