Comment 47 for bug 1626675

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

Reviewed: https://review.openstack.org/383839
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=3a3e6a884091b28653dfc9b337b2e800fbec5fe9
Submitter: Jenkins
Branch: master

commit 3a3e6a884091b28653dfc9b337b2e800fbec5fe9
Author: Thomas Herve <email address hidden>
Date: Mon Oct 10 17:35:36 2016 -0400

    Use RPC to retrieve nested stack output

    Instead of loading the stack in memory, use RPC to get the stack and its
    output. It releases memory pressure from the main engine in legacy mode.

    Change-Id: Id3da88e8c5d9b6d564b1b71960d9937867543d79
    Related-Bug: #1626675