]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix l2 pop doesn't propagate ip address updates
authorSylvain Afchain <sylvain.afchain@enovance.com>
Thu, 26 Sep 2013 14:57:58 +0000 (16:57 +0200)
committerGerrit Code Review <review@openstack.org>
Tue, 8 Oct 2013 21:02:03 +0000 (21:02 +0000)
commit3375f66b9f186ec095d22060cea987697426de79
tree2e073762ba053e8c38a768c1e4c25a63d4ae99f3
parent74c60abeec1ceee572b4c8a7988eabab45e00d38
Fix l2 pop doesn't propagate ip address updates

Propagates ip address changes when an ip address is :
added, removed, or changed.
Add a new rpc call for the updates of forwarding informations.

Fixes: Bug #1234137
Change-Id: Ib5b971bd02f20a0ea73f88ce9685e944226bb5a2
(cherry picked from commit e6a368a697e936f40a0882b236b2be17e1520436)
neutron/agent/l2population_rpc.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/plugins/ml2/drivers/l2pop/rpc.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py
neutron/tests/unit/ml2/drivers/test_l2population.py