From f4ba4279e6350ba5ce0e91f856c426990bed64d5 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 12 Feb 2016 19:25:48 -0800 Subject: [PATCH] nsx-v3: remove old FIXME comment This should have probably been moved when _create_port_at_the_backend() was created. That said, the FIXME has already been fixed. Change-Id: I717bdffe90e363e8fb98c08a7874b0569422bb08 --- vmware_nsx/plugins/nsx_v3/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vmware_nsx/plugins/nsx_v3/plugin.py b/vmware_nsx/plugins/nsx_v3/plugin.py index 09fe8ff0f8..3d2349a595 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -652,8 +652,6 @@ class NsxV3Plugin(addr_pair_db.AllowedAddressPairsMixin, parent_name, tag = self._get_data_from_binding_profile( context, port_data) address_bindings = self._build_address_bindings(port_data) - # FIXME(arosen): we might need to pull this out of the - # transaction here later. vif_uuid = port_data['id'] attachment_type = nsx_constants.ATTACHMENT_VIF if not device_owner or device_owner == l3_db.DEVICE_OWNER_ROUTER_INTF: