Comment 38 for bug 1731349

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

Reviewed: https://review.openstack.org/532341
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=94b62e591077b22738e911f9010cbbdbfebb3d22
Submitter: Zuul
Branch: master

commit 94b62e591077b22738e911f9010cbbdbfebb3d22
Author: Zane Bitter <email address hidden>
Date: Tue Jan 9 16:45:46 2018 -0500

    Avoid loading nested stack in CloudFormation Stack resource

    We can obtain the reference ID of an AWS::CloudFormation::Stack resource
    much more cheaply by not calling nested().

    Change-Id: I212aaae5c68b90b72c7d693f658c83693cc07bf4
    Partial-Bug: #1731349