Comment 5 for bug 1454873

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

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

commit 2032548c4e501ebf90604bf60a69fdf9f64b981d
Author: Zane Bitter <email address hidden>
Date: Wed May 13 18:56:32 2015 -0400

    Reference the parent stack, not parent resource in Stack

    In order to eliminate circular references, we need to define the Stack as
    the top of any reference hierarchy. This means we can't hold a reference to
    a Resource directly without also holding a reference to its Stack.

    Change-Id: I7430b109bbe1c5d6d64be9b8c778b394e9cff269
    Related-Bug: #1454873