summaryrefslogtreecommitdiffstats
path: root/ci/onos/cloud-sh-onos/glance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/onos/cloud-sh-onos/glance.sh')
-rw-r--r--ci/onos/cloud-sh-onos/glance.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/onos/cloud-sh-onos/glance.sh b/ci/onos/cloud-sh-onos/glance.sh
deleted file mode 100644
index 467932ff..00000000
--- a/ci/onos/cloud-sh-onos/glance.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-. ~/admin-openrc
-
-wget http://cloud-images.ubuntu.com/trusty/current/MD5SUMS
-
-wget http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
-glance image-create --name ubuntu-trusty-daily --disk-format qcow2 --container-format bare --owner admin --file trusty-server-cloudimg-amd64-disk1.img --checksum $(grep trusty-server-cloudimg-amd64-disk1.img MD5SUMS | cut -d " " -f 1) --is-public True