From c6cb4b04c5e9f88055816b1e8e626cb345e63951 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 4 Jul 2017 11:32:00 +0300 Subject: [PATCH] NSX|V3: fix devstack when native DHCP is False Ensure that the value is updated. This is due to commit 4f1c85ab968ff9ddae43af9d63accf147abf2cce. This patch will now make sure its set as False if configured. Change-Id: Icaf859d791ba21543e6c98a00d25b70720e784b5 --- devstack/lib/vmware_nsx_v3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/vmware_nsx_v3 b/devstack/lib/vmware_nsx_v3 index 3bab711207..0fe45bae6d 100644 --- a/devstack/lib/vmware_nsx_v3 +++ b/devstack/lib/vmware_nsx_v3 @@ -188,8 +188,8 @@ function neutron_plugin_configure_service { _nsxv3_ini_set insecure $NSX_INSECURE _nsxv3_ini_set ca_file $NSX_CA_FILE _nsxv3_ini_set default_bridge_cluster $DEFAULT_BRIDGE_CLUSTER_UUID + _nsxv3_ini_set native_dhcp_metadata $NATIVE_DHCP_METADATA if [[ "$NATIVE_DHCP_METADATA" == "True" ]]; then - _nsxv3_ini_set native_dhcp_metadata $NATIVE_DHCP_METADATA _nsxv3_ini_set native_metadata_route $NATIVE_METADATA_ROUTE _nsxv3_ini_set dhcp_profile $DHCP_PROFILE_UUID _nsxv3_ini_set metadata_proxy $METADATA_PROXY_UUID