← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1331569] Re: Open vSwitch Agent should use ovs_lib to list bridges not ip_lib

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1331569

Title:
  Open vSwitch Agent should use ovs_lib to list bridges not ip_lib

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Problem description
  ===================
  In the Open vSwitch  neutron agent, ip_lib is currently used to list the bridges.
  as userspace only vswiches do not create bridge local ports in the kernel ip_lib will not correctly detect the bridge configuration.

  Proposed Change
  ==============
  use of ip_lib blocks reuse of the Open vSwitch agent with userspace only open vSwitchs implementations.
  to enable this use case ovs_lib.get_bridges should be used instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1331569/+subscriptions


References