Comment 2 for bug 1855633

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

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

commit 932fc6755a8315ccde2e90848ad3224f1fe16735
Author: Keigo Noha <email address hidden>
Date: Mon Dec 9 11:09:25 2019 +0900

    Retry the connection to heat-api when 500 code

    In a rare case like httpd reload by logrotate, heat-api returns
    500 code. If this happens, trpleoclient can't get the status of
    the stack even though the process is still on-going.

    To handle this situation, tipleoclient should retry when it can't
    get the stack information by 500 code.

    Change-Id: I97a6825f4ff9f125eb597e5b7bd0c553c37e49e7
    Closes-Bug: #1855633