Comment 6 for bug 1405446

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

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

commit f3f9d68fc13d192650f1e4dca484da2efa635a38
Author: Steven Hardy <email address hidden>
Date: Mon Jan 12 16:32:56 2015 +0000

    Make StackResource less strict on initial validation

    When doing the initial validate(), skip validating values by setting
    the stack strict_validate to False, otherwise we incorrectly fail
    validation when values are passed in via properties/parameters which
    refer to resources in the parent stack.

    Co-Authored-by: Angus Salkeld <email address hidden>
    Change-Id: Ib75c2de6c32373de72901b9f7c5e3828bd9ee7d9
    Closes-Bug: #1407100
    Closes-Bug: #1407877
    Closes-Bug: #1405446