1747499814ad03f1b8b109fa670b289636081401
[mirror/dsa-puppet.git] / 3rdparty / modules / glance / ext / glance.sh
1 #!/bin/bash
2 #
3 # assumes that resonable credentials have been stored at
4 # /root/auth
5 source /root/auth
6 wget http://uec-images.ubuntu.com/releases/11.10/release/ubuntu-11.10-server-cloudimg-amd64-disk1.img
7 glance add name="Ubuntu 11.10 cloudimg amd64" is_public=true container_format=ovf disk_format=qcow2 < ubuntu-11.10-server-cloudimg-amd64-disk1.img
8 glance index