Merge "NSX|V3 remove unused parameter from router port call"

This commit is contained in:
Zuul 2018-07-30 07:40:14 +00:00 committed by Gerrit Code Review
commit 65dd9ddcaf

View File

@ -3731,8 +3731,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(