NSX|V3: Remove duplicate az config for tier0

Change-Id: Ief90250da1a71299721e2a2432a1896feeda833e
This commit is contained in:
asarfaty 2020-02-10 08:10:04 +02:00
parent 67f299a819
commit 842853272b
1 changed files with 0 additions and 4 deletions

View File

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