]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Rebind allowed address pairs only if they changed
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 26 Nov 2013 16:18:17 +0000 (08:18 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 26 Nov 2013 16:25:49 +0000 (08:25 -0800)
commiteb23b345876796f4002cab3632bad1c840289d04
treed72189b9281e02ab2334594321e166acff969a25
parent4b47717b132336396cdbea9d168acaaa30bd5a02
Rebind allowed address pairs only if they changed

This patch ensures allowed address pairs bindings are refreshed
only when they actually change.
This will also avoid sending a notification to the agent if no
change actually occured.

Closes-Bug: #1255145
Partial blueprint neutron-tempest-parallel

Change-Id: Iac2502586a0d215a29194590c16c2e1a064f943b
neutron/db/allowedaddresspairs_db.py
neutron/plugins/ml2/plugin.py
neutron/plugins/nec/nec_plugin.py
neutron/plugins/openvswitch/ovs_neutron_plugin.py