]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Check if bridge exists and make sure it's UP in ensure_bridge
authorrossella <rsblendido@suse.com>
Fri, 4 Apr 2014 13:13:31 +0000 (13:13 +0000)
committerrossella <rsblendido@suse.com>
Wed, 16 Apr 2014 16:36:21 +0000 (16:36 +0000)
commit546a38fca6b5e9c389074c2365bf15b1071575ef
tree9b6ed085d508d23dc4be884449f467cef76fd650
parentf89d3fec9b34459683491de28ab5daccd9c12093
Check if bridge exists and make sure it's UP in ensure_bridge

Introduce _bridge_exists_and_ensure_up that checks if the bridge
exists and if it's DOWN sets it UP

Change-Id: Ide9d2bb04016cadb347b00cadbee7007e61bd01e
Closes-bug: #1282741
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py