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:
parent
b4da4b1964
commit
dfefac06dc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user