]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deletes floating agent gw port on disassociate
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Tue, 25 Nov 2014 23:47:59 +0000 (15:47 -0800)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Mon, 5 Jan 2015 21:37:59 +0000 (13:37 -0800)
commit1d80f54fb9c0642489a9fa9f922406e1fdd58b6e
tree4179309141103dde9265e2a32cf95a425d028a5c
parentdb6201db79ca5183385a931b407d5c1fe06d2b1f
Deletes floating agent gw port on disassociate

This patch deletes the floating agent gw port
on floatingip disassociate.

A recent change in the neutron trunk broke
this functionality. This was introduced by
the patch that addressed the re-order
operations in (l3_dvr) update floating ip.

The current patch fixes the problem.

Change-Id: I98e766cf4ed33412d9d5dae07217553acbb5009c
Closes-Bug: #1394026
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py