Tempest: Adding network config param

- Based on teh value of the param nsx lib can select nsxv|nsxv3

Change-Id: I5810b3cd4611014eb2fc571feef45233161f1a00
This commit is contained in:
Devang Doshi 2017-05-02 15:45:56 -07:00
parent cc7e2e336d
commit 3e8f38f5bb

View File

@ -69,6 +69,9 @@ NetworkGroup = [
cfg.StrOpt('public_network_cidr',
help="Public network cidr which provides external network"
" connectivity"),
cfg.StrOpt('backend',
default='nsxv',
help="NSX backend, valid values are nsxv|nsxv3"),
]
nsxv_group = cfg.OptGroup(name='nsxv',