Comment 6 for bug 1454873

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

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

commit 203b8e8ecf91ad7c75dd7072c85930de4f8c1c42
Author: Zane Bitter <email address hidden>
Date: Thu May 14 16:44:58 2015 -0400

    Retain references to stacks in all unit tests

    This will allow Resources to hold weak references to Stacks (so as to avoid
    circular references) without causing the Stack object to be prematurely
    deleted.

    Change-Id: Ia76da7bc51042fb3598ef2a660d6fbf78137a37b
    Related-Bug: #1454873