]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Prevent update_port ip_address from matching address_pair
authorAaron Rosen <arosen@nicira.com>
Wed, 11 Sep 2013 03:32:28 +0000 (20:32 -0700)
committerAaron Rosen <arosen@nicira.com>
Wed, 11 Sep 2013 18:12:21 +0000 (11:12 -0700)
commitec12ac444cf79eb216a41af15a4a8bfb3f22daff
treebe01c2c6300074fc67512297e158061174bd0a25
parent494c97a413371b443c8e8d38abfb4dfd02090e86
Prevent update_port ip_address from matching address_pair

Previously one could update a port to match one of the address_pairs.
This patch prevents that.

Fixes bug: 1223646

Change-Id: Ic8cecfdb83b3fd9d2691bb41e0427cf578577fc8
neutron/db/allowedaddresspairs_db.py
neutron/plugins/ml2/plugin.py
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/openvswitch/ovs_neutron_plugin.py
neutron/tests/unit/test_extension_allowedaddresspairs.py