Comment 3 for bug 1708209

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

Reviewed: https://review.openstack.org/490149
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b50df6b1fc460c7427dacb13ee9e6e41ec63eb22
Submitter: Zuul
Branch: master

commit b50df6b1fc460c7427dacb13ee9e6e41ec63eb22
Author: Zane Bitter <email address hidden>
Date: Wed Aug 2 14:12:12 2017 -0400

    Ignore property errors in implicit dependencies

    Implicit dependencies are calculated before resources are validated.
    Therefore, any error getting a property that occurs during processing on
    implicit dependencies will be raised without any of the context of which
    resource is in error. By ignoring such property errors in implicit
    dependency calculations, we can defer the error handling until the
    actual resource validation and thus give the user an error message they
    can actually use.

    Change-Id: If7e0e8fd46b1b06a29cdd89743635ed32a9392e7
    Closes-Bug: #1708209