Comment 12 for bug 1599114

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

Reviewed: https://review.openstack.org/441445
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=34d46d90a816f2811d203ddb5233ed3fd3d3a434
Submitter: Jenkins
Branch: stable/ocata

commit 34d46d90a816f2811d203ddb5233ed3fd3d3a434
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
    (cherry picked from commit b90991e00b4e0029748c28c5258607f266f1bf85)