]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Merge OVSVethInterfaceDriver into OVSInterfaceDriver
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Fri, 28 Sep 2012 13:05:50 +0000 (22:05 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 11 Oct 2012 05:32:56 +0000 (14:32 +0900)
commit95c4d0e82f92fdf6d2a4e93453df3b831193f54a
treea1a3081f93053ef4e1e666530f4673139c9c37e7
parent94e486168e383600d9c5234c7b0c3874884aad1e
Merge OVSVethInterfaceDriver into OVSInterfaceDriver

Fixes bug 1049385

Due to some issues using OVS internal interfaces across namespaces
with OpenFlow controllers (bug 1048681), a patch introduced the
OVSVethInterfaceDriver in addition to the base OVSInterfaceDriver.
However, OVSVethInterfaceDriver is just a variation of OVSInterfaceDriver
and the difference is how to create an interface (OVS internal vs veth).
This patch merge OVSVethInterfaceDriver into OVSInterfaceDriver
by introducing a new flag 'ovs_use_veth' (which defaults to False).

Change-Id: Ie8b01e6776bf703f72a9e2a471b24e126f6e2322
quantum/agent/linux/interface.py
quantum/tests/unit/test_linux_interface.py