New Variable to check l2 gateway, Bridge type.

Is it based on ESXi Bridge Cluster or Edge Endpoint Bridge Profile.

Change-Id: Ibf8b8461c7e270eccf7c072418f64b61f7d92e4b
This commit is contained in:
Nilesh Lokhande 2019-04-10 11:30:33 +00:00
parent c6176492a2
commit b178cc94a0
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ NSXv3Group = [
default=False,
help="enable ens based changes like port-security-disabled"
" no security-group"),
cfg.BoolOpt('bridge_cluster',
default=False,
help="Use Bridge ESXi based cluster id or Bridge Edge Endpoint"
" profile"),
]
dns_group = cfg.OptGroup(name='dns',