Comment 6 for bug 1100719

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

Reviewed: https://review.openstack.org/19937
Committed: http://github.com/openstack/heat/commit/42f2134ff723be5b3539224ab8f33aac63a71965
Submitter: Jenkins
Branch: master

commit 42f2134ff723be5b3539224ab8f33aac63a71965
Author: Steven Hardy <email address hidden>
Date: Thu Jan 17 11:22:09 2013 +0000

    heat templates : fix IHA HeartbeatFailureAlarm during instance build

    The HeartbeatFailureAlarm triggers prematurely while the instance is
    building, because cfn-init doesn't create the files (hence the
    heartbeat cron-job) until after the packges are all installed.
    If we make the HeartbeatFailureAlarm depend on the WaitCondition, it
    won't be created until the instance is fully built.

    fixes bug 1100719

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