Comment 10 for bug 1599114

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

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

commit b90991e00b4e0029748c28c5258607f266f1bf85
Author: Zane Bitter <email address hidden>
Date: Mon Feb 20 15:12:49 2017 -0500

    Pass on outputs errors to parent stacks

    If getting an output from a child stack fails with an error, we didn't pass
    on the error message to the parent stack that was requesting it but instead
    reported essentially that the given output did not exist.

    Change-Id: I5653baf310a29dc4829ad570c769cf67ce12695e
    Partial-Bug: #1599114