Comment 3 for bug 1459837

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

Reviewed: https://review.openstack.org/195854
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=ed52c86549e65544ca9813d0da135b29d31a4460
Submitter: Jenkins
Branch: stable/kilo

commit ed52c86549e65544ca9813d0da135b29d31a4460
Author: Angus Salkeld <email address hidden>
Date: Wed Jun 24 08:52:08 2015 +1000

    Produce more meaningful exception messages in nested stacks

    This produces a nested exception like:
     'ValueError: resources.nested.resources.my_server: it is broken, sorry'

    This re-uses the path mechanism that StackValidationFailed exception
    uses.

    Cherry-picked from caa1bd860233296fa3dbf8197667f38c10719611
    Change-Id: Id5204c15ee96784e04522ab3c5a8e66900f9a1d3
    Closes-bug: 1459837