From 41250ce50c222ad5d4c9e459be142de1e34ed575 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 28 Sep 2016 15:53:01 -0500 Subject: cleanup the stalled files for D release. Change-Id: I0d1c972eca6b1833b504a6ea55118915c7a4cb77 Signed-off-by: Narinder Gupta --- ci/nosdn/cloud-sh-odl/glance.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 ci/nosdn/cloud-sh-odl/glance.sh (limited to 'ci/nosdn/cloud-sh-odl/glance.sh') diff --git a/ci/nosdn/cloud-sh-odl/glance.sh b/ci/nosdn/cloud-sh-odl/glance.sh deleted file mode 100755 index 467932ff..00000000 --- a/ci/nosdn/cloud-sh-odl/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 -- cgit 1.2.3-korg