Comment 2 for bug 1833452

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

Reviewed: https://review.opendev.org/666429
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=cb42cfe30fb0ca8f95ae3e7d93e616c106c6c191
Submitter: Zuul
Branch: master

commit cb42cfe30fb0ca8f95ae3e7d93e616c106c6c191
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