modified to comment the use of juju-br0 as external network.
[joid.git] / ci / nosdn / cloud-sh-odl / glance.sh
1 #!/bin/sh -e
2
3 . ~/admin-openrc
4
5 wget http://cloud-images.ubuntu.com/trusty/current/MD5SUMS
6
7 wget http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
8 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