]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix regression with unbound ports and l2pop
authorAssaf Muller <amuller@redhat.com>
Tue, 12 Jan 2016 02:58:30 +0000 (21:58 -0500)
committerAssaf Muller <amuller@redhat.com>
Tue, 12 Jan 2016 13:23:57 +0000 (08:23 -0500)
commit2540c84c7624892cd64514a5864731433f3889bb
tree22a56325ec4a84b49bed1689faf1e2298da1c54e
parent80a9783077f29e16b6fe471e40f676bb3852950d
Fix regression with unbound ports and l2pop

When l2pop is enabled and an unbound port is deleted l2pop mech
driver raises an exception as a result of patch:
https://review.openstack.org/#/c/263471/

As a result of the same patch, when an unbound port's IP
address is changed l2pop sends a fanout RPC message needlessly.

Change-Id: Ia81c03dcdf7aef9528c9c2b9527399251fa6aad7
Closes-Bug: #1533013
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/tests/unit/plugins/ml2/drivers/l2pop/test_mech_driver.py