]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix for floating ip association and deletion
authorSayaji <sayaji15@gmail.com>
Wed, 30 Jul 2014 18:06:59 +0000 (11:06 -0700)
committerSayaji <sayaji15@gmail.com>
Wed, 10 Sep 2014 22:45:21 +0000 (15:45 -0700)
commit62317a159ad98ef9ba5208f2fa7708a88692c46f
tree6f5b294d9108977243b31de4a383ff5f78d38152
parent4283b16ed7a2b6e5ac737bbc085c1fd2e831b743
Fix for floating ip association and deletion

Added code to associate fip to a vm in VSD, if
the fip was already associated with the vm port
in Neutron. Also added code in fip deletion,
to get the correct router id based on the check
if the fip is associated to a Neutron port or
not.
Closes-Bug: #1350469
Change-Id: I1aa24f420f656043086a4f501b15722216b843e9
neutron/plugins/nuage/plugin.py
neutron/tests/unit/nuage/test_nuage_plugin.py