Comment 6 for bug 1731540

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

Reviewed: https://review.openstack.org/519417
Committed: https://git.openstack.org/cgit/openstack/heat-agents/commit/?id=756fcafdf025351ea862ae57f29b8eff9beee362
Submitter: Zuul
Branch: master

commit 756fcafdf025351ea862ae57f29b8eff9beee362
Author: Alex Schultz <email address hidden>
Date: Mon Nov 13 09:33:41 2017 -0700

    Retry logic for url request in heat-config-notify

    Adds retry logic for software deployments using the url signals
    to ensure that requests are retried if network connection issues
    occur or a 500, 502, 503, or 504 is returned by the http or https
    endpoint.

    Note: this does not add retry logic to heatclient or zaqarclient
    if they are used for signaling.

    Change-Id: I82dff4a4b9fac05c5ec649db3eb379bdec71e208
    Related-Bug: #1731540