From 681b8c13604d85ad34920a1c683a8f63be95d00b Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Wed, 25 Jul 2018 11:06:56 +0300 Subject: [PATCH] NSX|V3 remove unused parameter from router port call Change-Id: I23db31cb8dc95eb3585c15706c092cd3b1e15565 Depends-on: Ifabec2f039089744bce71c82be568d00c8676683 --- vmware_nsx/plugins/nsx_v3/plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vmware_nsx/plugins/nsx_v3/plugin.py b/vmware_nsx/plugins/nsx_v3/plugin.py index ee42b2a716..663c5d9b46 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -3724,8 +3724,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin, self._del_subnet_no_dnat_rule(context, nsx_router_id, subnet) if remove_router_link_port: # remove the link port and reset the router transport zone - self.nsxlib.router.remove_router_link_port( - nsx_router_id, org_tier0_uuid) + self.nsxlib.router.remove_router_link_port(nsx_router_id) if self.nsxlib.feature_supported( nsxlib_consts.FEATURE_ROUTER_TRANSPORT_ZONE): self.nsxlib.router.update_router_transport_zone(