summaryrefslogtreecommitdiff
path: root/heat_integrationtests/pre_test_hook.sh
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2017-07-17 12:03:27 +0530
committerrabi <ramishra@redhat.com>2017-07-18 11:30:35 +0530
commit3ae539bbf92ddb4686e9f98791eb073168be4c59 (patch)
tree3ee6d1dd71a75321df25fce0eb449dc63c852bd9 /heat_integrationtests/pre_test_hook.sh
parentf74c00b8cb1918f79c5ec4604fbdd59877647330 (diff)
downloadheat-3ae539bbf92ddb4686e9f98791eb073168be4c59.tar.gz
Fix barbicanclient and glance upload issue
It seems for py35 job barbicanclient is installed from source. Ib91e7049de007f4d4254abcd4c125b4dc7e03c55 has made some backward incompatible changes. This also changes to upload images using $IMAGE_URLS, so the images are stored locally and then uploaded. Change-Id: I9d3d9dabdfca0442bd17f93ce69ef9753049dc23 Closes-Bug: #1704725
Diffstat (limited to 'heat_integrationtests/pre_test_hook.sh')
-rwxr-xr-xheat_integrationtests/pre_test_hook.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh
index 27b1922b6..cabbbcb25 100755
--- a/heat_integrationtests/pre_test_hook.sh
+++ b/heat_integrationtests/pre_test_hook.sh
@@ -44,6 +44,9 @@ echo -e '[[post-config|$NOVA_CONF]]\n[DEFAULT]\n' >> $localconf
echo -e 'quota_driver=nova.quota.NoopQuotaDriver\n' >> $localconf
echo "[[local|localrc]]" >> $localconf
+# Create the images required for testing
+echo "IMAGE_URLS+=http://fedora.bhs.mirrors.ovh.net/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2" >> $localconf
+
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf
echo "HEAT_ENABLE_ADOPT_ABANDON=True" >> $localconf
# Use the lbaas v2 namespace driver for devstack integration testing since