Comment 3 for bug 1860475

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

Reviewed: https://review.opendev.org/703670
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=acf208609e85fd87c76403b15884de385e9766d7
Submitter: Zuul
Branch: master

commit acf208609e85fd87c76403b15884de385e9766d7
Author: James Slagle <email address hidden>
Date: Tue Jan 21 13:49:20 2020 -0500

    Raise Heat API WSGI timeout to 600s

    The HAProxy and Heat's rpc_response_timeout are already set to 10
    minutes, so the WSGI timeout should be as well. Otherwise, raising the
    other timeouts doesn't really do any good.

    Some requests to the Heat API when running config-download can take
    longer than 60 seconds, particularly at scale (> 100 nodes).

    Change-Id: I466afb53bee498c6f265ecf613fe34a736c6b92e
    Closes-Bug: #1860475