diff options
author | QiLiang <liangqi1@huawei.com> | 2015-12-24 09:21:59 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2015-12-24 09:21:59 +0000 |
commit | 0e2e5933d54f01fa33e421e9c4ed0d048346ac99 (patch) | |
tree | 82a2fd5a234dbb79a3f565779d730138b6507622 | |
parent | 2f21668968622e358c93f1a743acc6562d15866a (diff) |
Update heat stack creation script
JIRA: BOTTLENECK-35
Change-Id: I297c9f80350f93a671828094cd7ac520b415907e
Signed-off-by: QiLiang <liangqi1@huawei.com>
-rwxr-xr-x | utils/infra_setup/heat_template/HOT_create_instance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |