diff --git a/files/nova_test.sh b/files/nova_test.sh index 77deb5b..2e764b4 100755 --- a/files/nova_test.sh +++ b/files/nova_test.sh @@ -12,9 +12,9 @@ source /root/openrc #IMAGE_ID=`glance index | grep 'Ubuntu 11.10 cloudimg amd64' | head -1 | awk -F' ' '{print $1}'` -wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img +wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-i386-disk.img -glance add name='cirros image' is_public=true container_format=bare disk_format=qcow2 < cirros-0.3.0-x86_64-disk.img +glance add name='cirros image' is_public=true container_format=bare disk_format=qcow2 < cirros-0.3.0-i386-disk.img IMAGE_ID=`glance index | grep 'cirros image' | head -1 | awk -F' ' '{print $1}'`