NSX|V3 remove unused parameter from router port call

Change-Id: I23db31cb8dc95eb3585c15706c092cd3b1e15565
Depends-on: Ifabec2f039089744bce71c82be568d00c8676683
This commit is contained in:
Adit Sarfaty 2018-07-25 11:06:56 +03:00
parent 7c716ed020
commit 681b8c1360

View File

@ -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(