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
This commit is contained in:
parent
8d4385173e
commit
f4ba4279e6
@ -652,8 +652,6 @@ class NsxV3Plugin(addr_pair_db.AllowedAddressPairsMixin,
|
|||||||
parent_name, tag = self._get_data_from_binding_profile(
|
parent_name, tag = self._get_data_from_binding_profile(
|
||||||
context, port_data)
|
context, port_data)
|
||||||
address_bindings = self._build_address_bindings(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']
|
vif_uuid = port_data['id']
|
||||||
attachment_type = nsx_constants.ATTACHMENT_VIF
|
attachment_type = nsx_constants.ATTACHMENT_VIF
|
||||||
if not device_owner or device_owner == l3_db.DEVICE_OWNER_ROUTER_INTF:
|
if not device_owner or device_owner == l3_db.DEVICE_OWNER_ROUTER_INTF:
|
||||||
|
Loading…
Reference in New Issue
Block a user