]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deprecate enable_tunneling in the OVS agent
authorKyle Mestery <kmestery@cisco.com>
Thu, 27 Jun 2013 11:28:51 +0000 (11:28 +0000)
committerKyle Mestery <kmestery@cisco.com>
Fri, 28 Jun 2013 08:07:50 +0000 (08:07 +0000)
commitc292db34e96903925fe3bf835eb731869a4da599
treee2eeb607c73d69282a976266017ea1b598cdbff8
parentf61c2477bff86ccee9142e7cbf62cabf810ee773
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
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py