fix test file error

This commit is contained in:
Dan Bode
2012-10-29 18:28:31 -07:00
parent d1054c68dd
commit 09370e1a74

View File

@@ -24,9 +24,9 @@ wget http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd6
glance add name="precise-amd64" is_public=true container_format=ovf disk_format=qcow2 < precise-server-cloudimg-amd64-disk1.img glance add name="precise-amd64" is_public=true container_format=ovf disk_format=qcow2 < precise-server-cloudimg-amd64-disk1.img
# Caputre the Image ID so taht we can call the right UUID for this image # Caputre the Image ID so taht we can call the right UUID for this image
IMAGE_ID=`glance index | grep 'precise-amd64' | head -1 | awk -F' ' '{print $1}'` IMAGE_ID=`glance index | grep 'precise-amd64' | head -1 | awk -F' ' '{print $1}'`
login_user='ubuntu'
<% end -%> <% end -%>
login_user='ubuntu'
# create a pub/priv keypair # create a pub/priv keypair
ssh-keygen -f /tmp/id_rsa -t rsa -N '' ssh-keygen -f /tmp/id_rsa -t rsa -N ''