Comment 6 for bug 1626675

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

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

commit 82b8fd8c17d94e5c18ca3bdbca94e60978d1952b
Author: Zane Bitter <email address hidden>
Date: Thu Sep 22 17:16:26 2016 -0400

    Get rid of circular reference in Event class

    This would have been causing the entire stack to remain in memory until
    garbage-collected. We only need the identifier, so store that instead.

    Change-Id: If965b4415d7640b93edd153f2893a7e0c04bc8d6
    Partial-Bug: #1626675