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:
parent
054f0a16db
commit
8cca31ea85
@ -1966,6 +1966,7 @@ class NsxPluginV2(addr_pair_db.AllowedAddressPairsMixin,
|
|||||||
'fixed_port_id': port_id,
|
'fixed_port_id': port_id,
|
||||||
'router_id': router_id,
|
'router_id': router_id,
|
||||||
'status': self._floatingip_status(floatingip_db, router_id)})
|
'status': self._floatingip_status(floatingip_db, router_id)})
|
||||||
|
return floatingip_db
|
||||||
|
|
||||||
@lockutils.synchronized('vmware', 'neutron-')
|
@lockutils.synchronized('vmware', 'neutron-')
|
||||||
def create_floatingip(self, context, floatingip):
|
def create_floatingip(self, context, floatingip):
|
||||||
|
Loading…
Reference in New Issue
Block a user