From 09370e1a74f3f5175896c9757fc13e1b909c4f4e Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 29 Oct 2012 18:28:31 -0700 Subject: [PATCH] fix test file error --- templates/test_nova.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''