summaryrefslogtreecommitdiffstats
path: root/ci/nosdn/juju-deployer/scripts/glance.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-09-28 15:53:01 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-09-28 15:56:07 -0500
commit41250ce50c222ad5d4c9e459be142de1e34ed575 (patch)
tree494e14747483743eb9db6a63c7ed6b955c140b5f /ci/nosdn/juju-deployer/scripts/glance.sh
parentc50131e885d4e38a1c867cebea09999fb207114b (diff)
cleanup the stalled files for D release.
Change-Id: I0d1c972eca6b1833b504a6ea55118915c7a4cb77 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/juju-deployer/scripts/glance.sh')
-rwxr-xr-xci/nosdn/juju-deployer/scripts/glance.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/nosdn/juju-deployer/scripts/glance.sh b/ci/nosdn/juju-deployer/scripts/glance.sh
deleted file mode 100755
index a18afe6c..00000000
--- a/ci/nosdn/juju-deployer/scripts/glance.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-. ~/admin-openrc
-
-wget -P /tmp/images http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img
-wget -P /tmp/images http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
-glance image-create --name "cirros-0.3.3-x86_64" --file /tmp/images/cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container-format bare --progress
-glance image-create --name "ubuntu-trusty-daily" --file /tmp/images/trusty-server-cloudimg-amd64-disk1.img --disk-format qcow2 --container-format bare --progress
-rm -rf /tmp/images