Fix Neutron config setting in pre_test_hook

Change-Id: I843416f091c6804f3a14581a1992ee2f119cbd4c
Closes-Bug: #1486501
This commit is contained in:
vponomaryov 2015-08-19 13:23:57 +03:00
parent 4795f7c80e
commit d1c1c009f4
1 changed files with 1 additions and 3 deletions

View File

@ -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.