use cirros to test instance creation workflow 21/5221/1
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 25 Dec 2015 02:16:16 +0000 (18:16 -0800)
committerMatthewLi <matthew.lijun@huawei.com>
Fri, 25 Dec 2015 02:17:41 +0000 (18:17 -0800)
JIRA: BOTTLENECK-35

Change-Id: Ie62e7352f92e2cf38bfd0ab2a9b40f73b0b6daeb
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
utils/infra_setup/heat_template/HOT_create_instance.sh

index bc28a99..010a256 100755 (executable)
@@ -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 \