]> 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)
committerSylvain Afchain <sylvain.afchain@enovance.com>
Thu, 26 Sep 2013 03:20:17 +0000 (05:20 +0200)
commite6a368a697e936f40a0882b236b2be17e1520436
treebcc5845ce307249752c63e28a3a6e58ecd3ff063
parent12ab84ff1fdbcac65048432dbfeeefe5daf9d041
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
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