]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: properly handle floating ip status
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 27 Jun 2014 18:50:00 +0000 (11:50 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 1 Jul 2014 13:19:29 +0000 (06:19 -0700)
commit3709a1be92257daccba3f2506bea6d63f732564a
tree914c602d0f8f78db075e7f8508d684c55ec83332
parent320b9bd196a87f58229000c6a545a4911340c9ae
NSX: properly handle floating ip status

Ensure the floating IP status is put ACTIVE or DOWN when it
is associated or disassociated.
This is done directly on the plugin class as the NSX backend
applies relevant NAT rules synchronously.

Change-Id: Ie747c4eae2ac33016fdabaade2335f7d2d24eec9
Closes-Bug: #1334708
neutron/plugins/vmware/plugins/base.py
neutron/plugins/vmware/plugins/service.py
neutron/tests/unit/vmware/test_nsx_plugin.py
neutron/tests/unit/vmware/vshield/test_edge_router.py