From d1c1c009f40058bd76f3b5ec892339737ff7dce1 Mon Sep 17 00:00:00 2001 From: vponomaryov Date: Wed, 19 Aug 2015 13:23:57 +0300 Subject: [PATCH] Fix Neutron config setting in pre_test_hook Change-Id: I843416f091c6804f3a14581a1992ee2f119cbd4c Closes-Bug: #1486501 --- contrib/ci/pre_test_hook.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/ci/pre_test_hook.sh b/contrib/ci/pre_test_hook.sh index 66c096dcf0..5c241853db 100755 --- a/contrib/ci/pre_test_hook.sh +++ b/contrib/ci/pre_test_hook.sh @@ -51,9 +51,7 @@ fi # Tempest creates isolated networks and created vm's in scenario tests don't # have access to Nova Metadata service. This leads to unavailability of # created vm's in scenario tests. -echo '[[post-config|$Q_DHCP_CONF_FILE]]' >> $localrc_path -echo '[DEFAULT]' >> $localrc_path -echo "enable_isolated_metadata=True" >> $localrc_path +echo 'ENABLE_ISOLATED_METADATA=True' >> $localrc_path # Go to Tempest dir and checkout stable commit to avoid possible # incompatibilities for plugin stored in Manila repo.