labs: make launch_instance.sh use osbash_key

The test script launch_instance.sh does not work because it still uses
the old Vagrant ssh key. This patch makes it use the new osbash_key
instead.

Change-Id: Ia1f66b8144971e8c0b032b4e0d519e738037671a
This commit is contained in:
Roger Luethi 2015-03-15 14:37:27 +01:00
parent b4da4b1964
commit dfefac06dc

View File

@ -42,7 +42,7 @@ DEMO_INSTANCE_NAME=demo-instance1
echo "SUM --- BEGIN"
function ssh_no_chk_node {
ssh_no_chk -i "$HOME/.ssh/vagrant" "$@"
ssh_no_chk -i "$HOME/.ssh/osbash_key" "$@"
}
function ssh_no_chk {