diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-23 20:14:25 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-23 20:15:09 -0600 |
commit | be7312f3b66e10f754a56e63e5834d3d599d871d (patch) | |
tree | c8ec1946ccf32effb5febb9be8af3721ff00ae31 /ci/odl/juju-deployer/scripts/glance.sh | |
parent | 09b998637dd8f399f26ed2ebcbdaadbf626bd32f (diff) |
modified the bundle to integrete the Ceph.
Change-Id: I776811240964c52fae9c9b6b1e4d1afa7c74760c
Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/juju-deployer/scripts/glance.sh')
-rwxr-xr-x | ci/odl/juju-deployer/scripts/glance.sh | 4 |
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 82c84bbe..a18afe6c 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 "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 +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 |