Comment 4 for bug 1388140

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

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

commit c31c34f8dfd0919bf46a975701c139073115debc
Author: huangtianhua <email address hidden>
Date: Tue Nov 4 14:46:39 2014 +0800

    Do static template validation for nested stacks

    Currently we don't fail fast, even if there is an error
    in the nested template which should fail validation.
    This change to recurse and do static template validation
    for nested stack resources.

    Change-Id: I572ded640582419e0888e4b9f8eed3a3432d6121
    Closes-Bug: #1388140
    Closes-Bug: #1389104