]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add VXLAN tunneling support for the ML2 plugin
authorKyle Mestery <kmestery@cisco.com>
Wed, 26 Jun 2013 07:13:32 +0000 (07:13 +0000)
committerKyle Mestery <kmestery@cisco.com>
Tue, 16 Jul 2013 13:34:46 +0000 (13:34 +0000)
commit81e87775c8ab56c4b4c7b5048041caef7670bc9d
tree40f28841815e14628e5c999a7ba4a487cb051a2e
parent6bdfccaf1b011a9354ef82a73500e6ce0967b2ed
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
etc/neutron/plugins/ml2/ml2_conf.ini
neutron/db/migration/alembic_migrations/versions/477a4488d3f4_ml2_vxlan_type_driver.py [new file with mode: 0644]
neutron/plugins/ml2/config.py
neutron/plugins/ml2/drivers/type_gre.py
neutron/plugins/ml2/drivers/type_tunnel.py
neutron/plugins/ml2/drivers/type_vxlan.py [new file with mode: 0644]
neutron/tests/unit/ml2/test_type_vxlan.py [new file with mode: 0644]
setup.cfg