Comment 1 for bug 1331569

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/101965
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1b46d36269adc5c64c8cd55a2d9f2c47e42b341f
Submitter: Jenkins
Branch: master

commit 1b46d36269adc5c64c8cd55a2d9f2c47e42b341f
Author: Sean Mooney <email address hidden>
Date: Fri Jun 27 11:18:48 2014 +0100

    changes ovs agent to get bridges via ovs_lib

    ip_lib is currently used to list the bridges
    in the Open vSwitch neutron agent.

    use of ip_lib blocks reuse of the Open vSwitch agent
    with userspace only open vSwitchs implementations.

    this patch replaces calls to ip_lib with ovs_lib.get_bridges

    Closes-Bug: #1331569
    Change-Id: I5935d39b314055063a64266bda0cc4c2d1ac05fc