diff --git a/templates/test_nova.sh.erb b/templates/test_nova.sh.erb index d1a2f06..a42d1c2 100644 --- a/templates/test_nova.sh.erb +++ b/templates/test_nova.sh.erb @@ -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 # 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}'` +login_user='ubuntu' <% end -%> -login_user='ubuntu' # create a pub/priv keypair ssh-keygen -f /tmp/id_rsa -t rsa -N ''