From d279cef1affea34e8c542066c78f0f1046cd25f3 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 24 Dec 2015 18:16:16 -0800 Subject: use cirros to test instance creation workflow JIRA: BOTTLENECK-35 Change-Id: Ie62e7352f92e2cf38bfd0ab2a9b40f73b0b6daeb Signed-off-by: MatthewLi --- utils/infra_setup/heat_template/HOT_create_instance.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/infra_setup/heat_template/HOT_create_instance.sh b/utils/infra_setup/heat_template/HOT_create_instance.sh index bc28a994..010a2566 100755 --- a/utils/infra_setup/heat_template/HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/HOT_create_instance.sh @@ -80,6 +80,10 @@ bottlenecks_load_bottlenecks_image() echo "load bottlenecks image" curl --connect-timeout 10 -o /tmp/bottlenecks-trusty-server.img $IMAGE_URL -v + if [ $?!=0 ]; then + wget http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img -O \ + /tmp/bottlenecks-trusty-server.img + fi result=$(glance image-create \ --name $IMAGE_NAME \ -- cgit 1.2.3-korg