]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use patch ports to interconnect integration/physical bridges
authorCedric Brandily <zzelle@gmail.com>
Wed, 26 Feb 2014 23:00:16 +0000 (00:00 +0100)
committerCedric Brandily <zzelle@gmail.com>
Thu, 26 Jun 2014 09:00:04 +0000 (11:00 +0200)
commit03500414cf463905a28ea30d069630dcfda1d90b
tree2ea98f9f42c67ddaa027015209fa514d319673fe
parent3445715f98e3aaa967f1661e403e45ad85392909
Use patch ports to interconnect integration/physical bridges

Use by default patch ports to interconnect the integration to
physical bridges for the openvswitch agent in order to increase
performance.

For ovs/kernel without ovs patch port support on kernel side, veths
can be used through the new option OVS.use_veth_interconnection.

Patch port support can be tested using:

    neutron-sanity-check --ovs_patch

DocImpact
Closes-Bug: #1285335
Change-Id: I47106e57bf5b23891d7bf43815959e0d10156fba
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron/cmd/sanity_check.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/openvswitch/common/config.py
neutron/plugins/openvswitch/common/constants.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py