Merge "labs: make launch_instance.sh use osbash_key"

This commit is contained in:
Jenkins 2015-03-23 05:48:10 +00:00 committed by Gerrit Code Review
commit eb584a0cab

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 {