summaryrefslogtreecommitdiffstats
path: root/scripts/post_apex.sh
diff options
context:
space:
mode:
authorJuraj Linkeš <jlinkes@cisco.com>2017-09-13 08:12:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-13 08:12:17 +0000
commit32a97a1bab7b0ba8e1d00704030bb6925fc74293 (patch)
tree91be149b8188188afb520b19b2ca6c5b204d3123 /scripts/post_apex.sh
parentb0fb36a3ef00e7959a750a96b86fc87bc41a1943 (diff)
parent89efc4256d66a6d7f8ef2b1f71d713d1de8468ca (diff)
Merge "Updated resource cleanup and post apex for 1710"
Diffstat (limited to 'scripts/post_apex.sh')
-rwxr-xr-xscripts/post_apex.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/post_apex.sh b/scripts/post_apex.sh
index eb37fe3..d38ddd4 100755
--- a/scripts/post_apex.sh
+++ b/scripts/post_apex.sh
@@ -1,3 +1,11 @@
+##############################################################################
+# Copyright (c) 2017 Juraj Linkes (Cisco) and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
#!/bin/bash
SCRIPT_DIR=$(dirname "$0")
. $SCRIPT_DIR/lib.sh
@@ -79,7 +87,7 @@ then
if [[ ! -f $image_loc ]]
then
echo "Downloading cirros image to $image_loc"
- wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img -O $image_loc
+ wget https://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img -O $image_loc
fi
openstack image create --disk-format qcow2 --container-format bare --public --property hw_mem_page_size=large \
--file $image_loc cirros-0.3.4