From a9a79312e02d19b137f3512a142aad0c046bcf9a Mon Sep 17 00:00:00 2001
From: Adit Sarfaty <asarfaty@vmware.com>
Date: Tue, 20 Feb 2018 12:05:08 +0200
Subject: [PATCH] NSX-V3 add ens_support arg to devstack

Change-Id: I732a14a0be33fb474c297850928b72987efefcba
---
 devstack/lib/nsx_common | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devstack/lib/nsx_common b/devstack/lib/nsx_common
index d3e7489e39..efcc61b8d9 100644
--- a/devstack/lib/nsx_common
+++ b/devstack/lib/nsx_common
@@ -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