Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
ensure it returns 0 upon success.
  • Loading branch information
Dan Bode committed Nov 18, 2012
1 parent 6e70a04 commit 32b59f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/test_nova.sh.erb
Expand Up @@ -72,5 +72,5 @@ nova --no-cache add-floating-ip $instance_name $floating_ip
# Wait and then try to SSH to the node, leveraging the private key
# we generated earlier.
sleep <%= sleep_time %>
ssh $login_user@$floating_ip -i /tmp/id_rsa
ssh $login_user@$floating_ip -i /tmp/id_rsa -o StrictHostKeyChecking=no hostname
<% end -%>

0 comments on commit 32b59f3

Please sign in to comment.