From 8cca31ea85b8d2d9199c5153039c1820fd05c9f1 Mon Sep 17 00:00:00 2001 From: Shih-Hao Li Date: Fri, 18 Nov 2016 16:52:27 -0800 Subject: [PATCH] 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 --- vmware_nsx/plugins/nsx_mh/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vmware_nsx/plugins/nsx_mh/plugin.py b/vmware_nsx/plugins/nsx_mh/plugin.py index 03ce8f644e..689f998fd1 100644 --- a/vmware_nsx/plugins/nsx_mh/plugin.py +++ b/vmware_nsx/plugins/nsx_mh/plugin.py @@ -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):