]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implement external physical bridge mapping in linuxbridge
authorNick <skywalker.nick@gmail.com>
Sun, 19 Jul 2015 14:41:27 +0000 (22:41 +0800)
committerNick <skywalker.nick@gmail.com>
Thu, 3 Sep 2015 06:28:18 +0000 (14:28 +0800)
commitbd734811753a99d61e30998c734e465a8d507b8f
tree0442b4648e572cf0d2227c99467ee36c802b0535
parent397fc4dcb5500537077848078fa4a1cc3fa913e6
Implement external physical bridge mapping in linuxbridge

In some deployment scenario, it is not allowed to remove system
ethernet configuration from physical interface to newly-created
physical bridge by neutron due to some IT regulations.
End-users require to take advantage of the pre-existed(user-defined)
physical bridge to connect tap devices for neutron.

Closes-Bug: #1105488
Implements: blueprint phy-net-bridge-mapping
DocImpact

Change-Id: Ia0eaa6233d8da93da32e86404b15184b77937d0a
neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/linuxbridge/mech_driver/mech_linuxbridge.py
neutron/tests/functional/agent/test_l2_lb_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py