]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add config option to specify ovs datapath.
authorSean Mooney <sean.k.mooney@intel.com>
Fri, 26 Jun 2015 09:48:26 +0000 (10:48 +0100)
committerSean Mooney <sean.k.mooney@intel.com>
Fri, 21 Aug 2015 11:18:32 +0000 (12:18 +0100)
commit63b03362821deadc0e65cce54b11cb7d4c2262d2
tree5d77ded7264f548b18334a88855308388d3136fa
parent6f109bd6423a01d8aadd099652a3909fff89f090
Add config option to specify ovs datapath.

This change introduces a new datapath_type parameter
to allow specification of the ovs datapath to be used.
This change introduces new functional and unit tests.

DocImpact
Change-Id: I929d8d15fc6cfdb799c53ef0f3722f4ed5c1096d
Partial-Bug: #1469871
13 files changed:
etc/neutron/plugins/ml2/openvswitch_agent.ini
neutron/agent/common/ovs_lib.py
neutron/agent/ovsdb/api.py
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/impl_vsctl.py
neutron/agent/ovsdb/native/commands.py
neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py
neutron/plugins/ml2/drivers/openvswitch/agent/common/constants.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/functional/agent/test_l2_ovs_agent.py
neutron/tests/unit/agent/common/test_ovs_lib.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py