Comment 11 for bug 1566845

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/ocata)

Reviewed: https://review.openstack.org/445355
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=73f299fb495a5535017a867a10d55bb76fcc5d32
Submitter: Jenkins
Branch: stable/ocata

commit 73f299fb495a5535017a867a10d55bb76fcc5d32
Author: Thomas Herve <email address hidden>
Date: Mon Nov 21 10:43:56 2016 +0100

    Sleep between check_resource calls

    Instead of calling check_resource on all leaves in the resource graph at
    once, sleep a little bit between each call. As it's a tad slower,
    delegate it to a thread so that the stack_create RPC message doesn't
    timeout when you have lots of resources.

    Change-Id: I84d2b34d65b3ce7d8d858de106dac531aff509b7
    Partial-Bug: #1566845
    (cherry picked from commit 4a500125b350b46dee0d3c9f01c3cac7223d9c80)