Comment 39 for bug 1731349

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

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

commit c6b0d58888b8f451bb8197871bbec8119f1f2632
Author: Zane Bitter <email address hidden>
Date: Wed Jan 10 11:22:49 2018 -0500

    Don't load nested stack to get TemplateResource template

    In the worst-case scenario if we can't find the template for an existing
    TemplateResource, we fetch it from the extant nested stack. Rather than do
    this by loading the nested stack in-memory, fetch the template via RPC.

    Change-Id: Ide96ef861ef4cbb6afd9ab09e7b51b69e03e5520
    Partial-Bug: #1731349