From 911afead7d1f3ff1cf1b3c44f282e80140d45785 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 6 Jul 2017 12:27:56 +0400 Subject: Enable cinder volume service Change-Id: I29ad8fc0e504779184fdf3795dc82ce1b031dbf8 Signed-off-by: Michael Polenchuk --- mcp/scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/scripts') diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh index bf8e3c100..b3abd21c7 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh @@ -95,7 +95,7 @@ check_connection() { # wait until ssh on Salt master is available while (($attempt <= $total_attempts)); do - ssh -i ${SSH_OPTS} ubuntu@${SALT_MASTER} uptime + ssh ${SSH_OPTS} ubuntu@${SALT_MASTER} uptime case $? in 0) echo "${attempt}> Success"; break ;; *) echo "${attempt}/${total_attempts}> ssh server ain't ready yet, waiting for ${sleep_time} seconds ..." ;; -- cgit 1.2.3-korg