Merge "Add VXLAN tunneling support for the ML2 plugin"

This commit is contained in:
Jenkins 2013-07-17 03:32:13 +00:00 committed by Gerrit Code Review
commit c77868c3ea
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ neutron.ml2.type_drivers =
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver
vlan = neutron.plugins.ml2.drivers.type_vlan:VlanTypeDriver
gre = neutron.plugins.ml2.drivers.type_gre:GreTypeDriver
vxlan = neutron.plugins.ml2.drivers.type_vxlan:VxlanTypeDriver
neutron.ml2.mechanism_drivers =
logger = neutron.tests.unit.ml2.drivers.mechanism_logger:LoggerMechanismDriver
test = neutron.tests.unit.ml2.drivers.mechanism_test:TestMechanismDriver