Comment 26 for bug 1381136

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

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

commit c4dd7d70b5d112200b8491f38f491c06a4c17643
Author: Zane Bitter <email address hidden>
Date: Tue Oct 21 13:04:52 2014 -0400

    Make HARestarter do a proper lookup of the RefID

    HARestarter is a primitive prototype that is barely maintained. Its
    implementation still dates to the era when the resource name, physical
    resource ID and RefId were regularly used interchangably.

    This change substitutes Stack.resource_by_refid() for the previous
    (incorrect) home-grown hack, so that at least the giant red flags will be
    easy to grep for.

    Change-Id: I9d81dfcd5d34282c8bd83bbd98350e75c1ec0eb2
    Closes-Bug: #1381136