Fix Neutron config setting in pre_test_hook
Change-Id: I843416f091c6804f3a14581a1992ee2f119cbd4c Closes-Bug: #1486501
This commit is contained in:
parent
4795f7c80e
commit
d1c1c009f4
@ -51,9 +51,7 @@ fi
|
|||||||
# Tempest creates isolated networks and created vm's in scenario tests don't
|
# Tempest creates isolated networks and created vm's in scenario tests don't
|
||||||
# have access to Nova Metadata service. This leads to unavailability of
|
# have access to Nova Metadata service. This leads to unavailability of
|
||||||
# created vm's in scenario tests.
|
# created vm's in scenario tests.
|
||||||
echo '[[post-config|$Q_DHCP_CONF_FILE]]' >> $localrc_path
|
echo 'ENABLE_ISOLATED_METADATA=True' >> $localrc_path
|
||||||
echo '[DEFAULT]' >> $localrc_path
|
|
||||||
echo "enable_isolated_metadata=True" >> $localrc_path
|
|
||||||
|
|
||||||
# Go to Tempest dir and checkout stable commit to avoid possible
|
# Go to Tempest dir and checkout stable commit to avoid possible
|
||||||
# incompatibilities for plugin stored in Manila repo.
|
# incompatibilities for plugin stored in Manila repo.
|
||||||
|
Loading…
Reference in New Issue
Block a user