commit | 7c1f224f48870197eb926a122539e07d21f8e030 | [log] [tgz] |
---|---|---|
author | Steven Hardy <shardy@redhat.com> | Mon Jan 12 16:32:56 2015 +0000 |
committer | Steven Hardy <shardy@redhat.com> | Mon Jan 12 16:35:25 2015 +0000 |
tree | bc235cd8de3c8108c72ed450403f78f410310ccf | |
parent | 907b1cecde0165f21ae3a4dd8cee0ed4b749e67c [diff] |
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 <asalkeld@mirantis.com> Change-Id: Ib75c2de6c32373de72901b9f7c5e3828bd9ee7d9 Closes-Bug: #1407100 Closes-Bug: #1407877 Closes-Bug: #1405446