Set yaql limit iterators to 10000 for ephemeral Heat

This setting should be 10000, not 9000. 10000 matches what we were
previously configuring on the undercloud with installed Heat.

Change-Id: I0358500485d72c78c5f987ec48c86e6daca26aef
Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
James Slagle 2022-05-02 07:53:32 -04:00
parent c79a318263
commit 53030b9eb3

View File

@ -37,5 +37,5 @@ api_paste_config = /etc/heat/api-paste.ini
flavor = noauth
[yaql]
limit_iterators=9000
limit_iterators=10000
memory_quota=900000