Fix spacing issue in ssh_check()

Change-Id: Ia5bd7b678b86f2e3e3b1fa04e628096feb1ace81
This commit is contained in:
Dean Troyer 2012-11-07 16:51:21 -06:00
parent 8ec719b4d4
commit 6931c137b9

View File

@ -894,7 +894,7 @@ function ssh_check() {
local FLOATING_IP=$3
local DEFAULT_INSTANCE_USER=$4
local ACTIVE_TIMEOUT=$5
local probe_cmd = ""
local probe_cmd=""
if ! timeout $ACTIVE_TIMEOUT sh -c "while ! ssh -o StrictHostKeyChecking=no -i $KEY_FILE ${DEFAULT_INSTANCE_USER}@$FLOATING_IP echo success ; do sleep 1; done"; then
echo "server didn't become ssh-able!"
exit 1