vmware-nsx/quantum/plugins/openvswitch
Kyle Mestery c292db34e9 Deprecate enable_tunneling in the OVS agent
This patch properly deprecates the 'enable_tunneling' option in the OVS agent.
It does this be ignoring it if 'tunnel_types' is set, and if 'enable_tunneling'
is set, it defaults 'tunnel_types' to only GRE.

Fixes bug 1195374

Change-Id: I27fe6b930541a514fc51d3a6669347e52db8cb46
2013-06-28 08:07:50 +00:00
..
agent Deprecate enable_tunneling in the OVS agent 2013-06-28 08:07:50 +00:00
common Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
ovs_db_v2.py Fix usage of Query.all() and NoResultFound 2013-05-03 16:24:57 +03:00
ovs_models_v2.py remove unused db model for openvswitch plugin 2013-05-23 06:55:51 +00:00
ovs_quantum_plugin.py Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00
README Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00

The Open vSwitch (OVS) Quantum plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/