From 842853272b1961edb609187fa14f5edbca5751d3 Mon Sep 17 00:00:00 2001 From: asarfaty Date: Mon, 10 Feb 2020 08:10:04 +0200 Subject: [PATCH] NSX|V3: Remove duplicate az config for tier0 Change-Id: Ief90250da1a71299721e2a2432a1896feeda833e --- vmware_nsx/common/config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vmware_nsx/common/config.py b/vmware_nsx/common/config.py index 21a703fa30..e7b509349c 100644 --- a/vmware_nsx/common/config.py +++ b/vmware_nsx/common/config.py @@ -969,10 +969,6 @@ nsxv3_az_opts = nsx_v3_and_p_az_opts + [ help=_("(Optional) This is the name or UUID of the NSX dhcp " "relay service that will be used to enable DHCP relay " "on router ports.")), - cfg.StrOpt('default_tier0_router', - help=_("Name or UUID of the default tier0 router that will be " - "used for connecting to tier1 logical routers and " - "configuring external networks")), ] nsxp_az_opts = nsx_v3_and_p_az_opts