NSX|V3 remove unused parameter from router port call
Change-Id: I23db31cb8dc95eb3585c15706c092cd3b1e15565 Depends-on: Ifabec2f039089744bce71c82be568d00c8676683
This commit is contained in:
parent
7c716ed020
commit
681b8c1360
@ -3724,8 +3724,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
|
|||||||
self._del_subnet_no_dnat_rule(context, nsx_router_id, subnet)
|
self._del_subnet_no_dnat_rule(context, nsx_router_id, subnet)
|
||||||
if remove_router_link_port:
|
if remove_router_link_port:
|
||||||
# remove the link port and reset the router transport zone
|
# remove the link port and reset the router transport zone
|
||||||
self.nsxlib.router.remove_router_link_port(
|
self.nsxlib.router.remove_router_link_port(nsx_router_id)
|
||||||
nsx_router_id, org_tier0_uuid)
|
|
||||||
if self.nsxlib.feature_supported(
|
if self.nsxlib.feature_supported(
|
||||||
nsxlib_consts.FEATURE_ROUTER_TRANSPORT_ZONE):
|
nsxlib_consts.FEATURE_ROUTER_TRANSPORT_ZONE):
|
||||||
self.nsxlib.router.update_router_transport_zone(
|
self.nsxlib.router.update_router_transport_zone(
|
||||||
|
Loading…
Reference in New Issue
Block a user