Comment 6 for bug 1549219

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

Reviewed: https://review.openstack.org/317702
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=27dd19d72708ccf4c29e37524ec714c38e7f23eb
Submitter: Jenkins
Branch: master

commit 27dd19d72708ccf4c29e37524ec714c38e7f23eb
Author: Zane Bitter <email address hidden>
Date: Tue May 17 12:43:58 2016 -0400

    Allow resources to delay polling

    Provide an easy way for resource types to limit the rate at which they are
    polled, by raising a PollDelay exception from a check_<ACTION>_complete()
    method, without having to maintain their own state.

    Change-Id: I4b3cfb6e07098746e8b46e12fcefd4ee57a85260
    Related-Bug: #1549219