Merge "New Variable to check l2 gateway, Bridge type."

This commit is contained in:
Zuul 2019-04-10 20:13:00 +00:00 committed by Gerrit Code Review
commit e70721592f
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',