Comment 4 for bug 1097813

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

Reviewed: https://review.openstack.org/19641
Committed: http://github.com/openstack/heat/commit/21c960aca3d44ba598500aaa7b338c746adff5a9
Submitter: Jenkins
Branch: master

commit 21c960aca3d44ba598500aaa7b338c746adff5a9
Author: Steven Hardy <email address hidden>
Date: Mon Jan 14 16:59:03 2013 +0000

    heat engine : Implement Count property for WaitCondition

    The Count property of WaitCondition is currently ignored, so
    regardless of the number specified the WaitCondition resource will
    always go to CREATE_COMPLETE on the first WaitConditionHandle signal.
    This patch fixes this so the Count property is handled correctly.

    fixes bug 1097813

    Change-Id: I71348c553702c0282a8826488c953ac3c2c76e38
    Signed-off-by: Steven Hardy <email address hidden>