From 88e0947284b7a54d7be82a81c8fdf71084711172 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 2 May 2022 07:53:32 -0400 Subject: [PATCH] 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 (cherry picked from commit 53030b9eb38732ff898d5e6c61e0b3c57b9e4c5f) --- templates/ephemeral-heat/heat.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ephemeral-heat/heat.conf.j2 b/templates/ephemeral-heat/heat.conf.j2 index 9f20d69d6..32b405f66 100644 --- a/templates/ephemeral-heat/heat.conf.j2 +++ b/templates/ephemeral-heat/heat.conf.j2 @@ -40,5 +40,5 @@ flavor = noauth policy_file = /etc/heat/noauth_policy.json [yaql] -limit_iterators=9000 +limit_iterators=10000 memory_quota=900000