Comment 0 for bug 1331569

Revision history for this message
sean mooney (sean-k-mooney) wrote : Open vSwitch Agent should use ovs_lib to list bridgesnot ip_lib

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 vswitchs.
to enable this use case ovs_lib.get_bridges should be used instead.