NSX|MH: Fix _update_fip_assoc due to upstream change

Need to fix MH code due to recent neutron change
https://review.openstack.org/#/c/396015/

Change-Id: Ie313ffc6e746c507a382b832cfd32af3ef8a2ca2
This commit is contained in:
Shih-Hao Li 2016-11-18 16:52:27 -08:00
parent 054f0a16db
commit 8cca31ea85

View File

@ -1966,6 +1966,7 @@ class NsxPluginV2(addr_pair_db.AllowedAddressPairsMixin,
'fixed_port_id': port_id,
'router_id': router_id,
'status': self._floatingip_status(floatingip_db, router_id)})
return floatingip_db
@lockutils.synchronized('vmware', 'neutron-')
def create_floatingip(self, context, floatingip):