X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;fp=jjb%2Fopendaylight-infra-stack.sh;h=18766ea46c27ce506db3e83c10af25a7a68356aa;hb=d14c0165c75eeff07243d0286860b62cd91422fa;hp=45eaae9f4c5b13ea623af4584aed9b6f568ef597;hpb=56507ee9f8fc12f08ae37c482eef13c547a93136;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index 45eaae9f4..18766ea46 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -78,7 +78,10 @@ for try in $(seq $STACK_RETRIES); do ;; *) echo "Unexpected status: $OS_STATUS" - exit 1 + # DO NOT exit on unexpected status. Rackspace sometimes returns unexpected status + # before returning an expected status. Just print the message and loop until we have + # a confirmed state or timeout. + # exit 1 ;; esac done