Comment 8 for bug 1833452

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/queens)

Reviewed: https://review.opendev.org/666917
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=e717083e2af9d73badef959977ea7608467458eb
Submitter: Zuul
Branch: stable/queens

commit e717083e2af9d73badef959977ea7608467458eb
Author: Alex Schultz <email address hidden>
Date: Wed Jun 19 13:45:23 2019 -0600

    Retry heat stack polling on gateway problems

    If the heat api is overloaded or temporarily unavailable, we might get a
    503 or 504 from haproxy during the deployment. We should retry polling
    for events in this case as to not prematurely exit the deployment.

    Change-Id: I947cd0f9bf4a97e46c3d2bf3e9b986f7d38e9357
    Closes-Bug: #1833452
    (cherry picked from commit cb42cfe30fb0ca8f95ae3e7d93e616c106c6c191)