← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
         Status: New

** Summary changed:

- Open vSwitch Agent should use ovs_lib to list bridgesnot ip_lib
+ Open vSwitch Agent should use ovs_lib to list bridges not ip_lib

** Description changed:

  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.
+ 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 vswitchs.
+ 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.

-- 
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):
  New

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


Follow ups

References