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>
(cherry picked from commit 53030b9eb38732ff898d5e6c61e0b3c57b9e4c5f)
This commit is contained in:
James Slagle 2022-05-02 07:53:32 -04:00
parent c3f8681f2c
commit 88e0947284

View File

@ -40,5 +40,5 @@ flavor = noauth
policy_file = /etc/heat/noauth_policy.json
[yaql]
limit_iterators=9000
limit_iterators=10000
memory_quota=900000