Merge "Fix network connectivity issues"

This commit is contained in:
Jenkins 2015-12-31 13:20:27 +00:00 committed by Gerrit Code Review
commit 6d66994733
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ wait_for_product_vm_to_download() {
# Loop until master node gets successfully installed
maxdelay=3000
while ! wait_for_line_in_puppet_bootstrap $ip $username $password "$prompt" "dockerctl build all|^Fuel.*complete" "^Fuel.*FAILED"; do
while ! wait_for_line_in_puppet_bootstrap $ip $username $password "$prompt" "build docker containers finished.|^Fuel.*complete" "^Fuel.*FAILED"; do
sleep 5
((waited += 5))
if (( waited >= maxdelay )); then