]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix adding tap failure if bridge mapping is not provided
authorKahou Lei <kahou82@gmail.com>
Sun, 13 Sep 2015 01:48:04 +0000 (18:48 -0700)
committerKahou Lei <kahou82@gmail.com>
Sat, 19 Sep 2015 05:12:03 +0000 (05:12 +0000)
commit7bde637eac621b90adebc26434e9924fd7ca64e5
treecd56bd92ed9394289a57d7f780a0a9b44c7e8570
parent0bc5c1ec4efce393a90cff5bd7b8ef10213f8f87
Fix adding tap failure if bridge mapping is not provided

When bridge mapping option is not provided, tap interface cannot be
added properly. The root cause is that linux bridge agent is expecting
bridge mapping option is provided if physical network is presented.

However it is not always the case as Kilo was working fine
without existing bridge mapping

Change-Id: Ie43905887a9bc60858e3edae7fc339a7e0485716
Closes-bug: #1495161
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py