Comment 2 for bug 1619415

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

Reviewed: https://review.openstack.org/364667
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=b28d8c610147b2830930da532d6b42233d8cd468
Submitter: Jenkins
Branch: master

commit b28d8c610147b2830930da532d6b42233d8cd468
Author: Steve Baker <email address hidden>
Date: Fri Sep 2 05:13:29 2016 +0000

    Show resource name path in event log formatter

    The resource name path was introduced in the 'openstack stack failures'
    command and is a user-friendly way of referring to a deeply nested
    resource.

    This change modifies the event log formatter to build and display the
    resource name path for each event based only off data in previous
    events.

    For building the full resource path, and omitting ugly stack names
    from the resource path, the following heat change is needed
    Ib8feb7752bd5736785d142216312bb35629b3601. However the output is still
    improved slightly when running against an older heat which does not
    have this change.

    Change-Id: I86b687fc516da215a6baeef8b365a520d12a8ab1
    Closes-Bug: #1619415