diff options
Diffstat (limited to 'build/instack.sh')
-rwxr-xr-x | build/instack.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/instack.sh b/build/instack.sh index 69fec702..48aef0b2 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -113,7 +113,6 @@ else echo -e "${blue}\rInstack VM has IP $UNDERCLOUD${reset}" fi - # ensure that we can ssh to the undercloud CNT=10 while ! ssh -T ${SSH_OPTIONS[@]} "root@$UNDERCLOUD" "echo ''" > /dev/null && [ $CNT -gt 0 ]; do |