Comment 8 for bug 1455589

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

Reviewed: https://review.openstack.org/185894
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=601a45d2c9c8d812c841bd47d3abf4a206467fd9
Submitter: Jenkins
Branch: master

commit 601a45d2c9c8d812c841bd47d3abf4a206467fd9
Author: Michal Jastrzebski (inc0) <email address hidden>
Date: Wed May 27 03:07:44 2015 +0200

    Unlimited option max_resources_per_stack

    Since biggest issue for memory problems is nested stack max
    resources validation, this patch creates option to remove limit
    which skips whole validation whatsoever.

    Change-Id: I7c851fcad2d4a41b2f9df42244862b04304812b0
    Partial-Bug: #1455589