summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2015-12-24 09:21:59 +0000
committerQiLiang <liangqi1@huawei.com>2015-12-24 09:21:59 +0000
commit0e2e5933d54f01fa33e421e9c4ed0d048346ac99 (patch)
tree82a2fd5a234dbb79a3f565779d730138b6507622
parent2f21668968622e358c93f1a743acc6562d15866a (diff)
Update heat stack creation script
JIRA: BOTTLENECK-35 Change-Id: I297c9f80350f93a671828094cd7ac520b415907e Signed-off-by: QiLiang <liangqi1@huawei.com>
-rwxr-xr-xutils/infra_setup/heat_template/HOT_create_instance.sh2
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 \