NSX-V3 add ens_support arg to devstack

Change-Id: I732a14a0be33fb474c297850928b72987efefcba
This commit is contained in:
Adit Sarfaty 2018-02-20 12:05:08 +02:00
parent 36a511d525
commit b0ae24dd3a
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ function nsxv3_configure_service {
if [[ "$NSX_L2GW_DRIVER" != "" ]]; then
iniset /$Q_PLUGIN_CONF_FILE DEFAULT nsx_l2gw_driver $NSX_L2GW_DRIVER
fi
_nsxv3_ini_set ens_support $ENS_SUPPORT
_nsxv3_ini_set nsx_api_user $NSX_USER
_nsxv3_ini_set nsx_api_password $NSX_PASSWORD
_nsxv3_ini_set retries $NSX_RETRIES