From: QiLiang Date: Thu, 24 Dec 2015 09:21:59 +0000 (+0000) Subject: Update heat stack creation script X-Git-Tag: brahmaputra.1.0~40 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=0e2e5933d54f01fa33e421e9c4ed0d048346ac99 Update heat stack creation script JIRA: BOTTLENECK-35 Change-Id: I297c9f80350f93a671828094cd7ac520b415907e Signed-off-by: QiLiang --- diff --git a/utils/infra_setup/heat_template/HOT_create_instance.sh b/utils/infra_setup/heat_template/HOT_create_instance.sh index f04198c8..bc28a994 100755 --- a/utils/infra_setup/heat_template/HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/HOT_create_instance.sh @@ -79,7 +79,7 @@ bottlenecks_load_bottlenecks_image() { echo "load bottlenecks image" - wget $IMAGE_URL -O /tmp/bottlenecks-trusty-server.img + curl --connect-timeout 10 -o /tmp/bottlenecks-trusty-server.img $IMAGE_URL -v result=$(glance image-create \ --name $IMAGE_NAME \