Comment 4 for bug 1817794

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.openstack.org/641748
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=f34e27928e17de3161919cfe908d73721d66a0b1
Submitter: Zuul
Branch: stable/rocky

commit f34e27928e17de3161919cfe908d73721d66a0b1
Author: Alex Schultz <email address hidden>
Date: Tue Feb 26 14:43:06 2019 -0700

    Make heat yaql limits configurable

    We need to be able to tune the yaql settings for heat on the udnercloud.
    This change exposes heat's yaql limit_iterators and memory_quota
    settings via HeatYaqlLimitIterators and HeatYaqlMemoryQuota. This change
    also increases the default limit from 1000 to 10000 on the undercloud
    installations.

    Change-Id: I37669bbf642146e46388950c97ac5123c5b1180e
    Closes-Bug: #1817794
    (cherry picked from commit 1ed3d2002d7ee5a0954b06de4037092c70a2584f)