Comment 2 for bug 1545587

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/281799
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=df73c1c79852f697208bed6dc59c6b790aeb8eb8
Submitter: Jenkins
Branch: master

commit df73c1c79852f697208bed6dc59c6b790aeb8eb8
Author: Thomas Herve <email address hidden>
Date: Thu Feb 18 13:15:37 2016 +0100

    Ignore connection error when testing load balancer

    In the integration test with Neutron Load Balancer, we sometimes fail to
    connect to the Load Balancer when testing that the stack deployed
    successfully. Let's ignore those errors so that we retry for a bit in
    case it takes some time to be deployed.

    Change-Id: Ic97bd83fe56dc52fb49848d93e40cb57d1550a1f
    Closes-Bug: #1545587