summaryrefslogtreecommitdiffstats
path: root/ci/odl/juju-deployer/scripts/glance.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-11 15:02:42 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-11 15:03:23 -0600
commit69ec5a0749eddb8c484d9f62dc087c163372edac (patch)
treec69d5e2197437bd08dea10a059e5119a6986d729 /ci/odl/juju-deployer/scripts/glance.sh
parentb7b23a46f98bf279fd6b31ed5928e3045cfc746e (diff)
modified scripts to configure network
Change-Id: I141ffc30dae91240619b32e9c8361d53e06655a6 Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/juju-deployer/scripts/glance.sh')
-rwxr-xr-xci/odl/juju-deployer/scripts/glance.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/odl/juju-deployer/scripts/glance.sh b/ci/odl/juju-deployer/scripts/glance.sh
index d02f6d06..82c84bbe 100755
--- a/ci/odl/juju-deployer/scripts/glance.sh
+++ b/ci/odl/juju-deployer/scripts/glance.sh
@@ -4,6 +4,6 @@
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 ubuntu-trusty-daily --disk-format qcow2 --container-format bare --owner admin --file /tmp/imaes/trusty-server-cloudimg-amd64-disk1.img --checksum $(grep trusty-server-cloudimg-amd64-disk1.img MD5SUMS | cut -d " " -f 1) --is-public True
-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 --is-public True -owner admin --progress
+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 --is-public True --owner admin --progress
+glance image-create --name "ubuntu-trusty-daily" --file /tmp/images/trusty-server-cloudimg-amd64-disk1.img --disk-format qcow2 --container-format bare --is-public True --owner admin --progress
rm -rf /tmp/images