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:
parent
c79a318263
commit
53030b9eb3
@ -37,5 +37,5 @@ api_paste_config = /etc/heat/api-paste.ini
|
|||||||
flavor = noauth
|
flavor = noauth
|
||||||
|
|
||||||
[yaql]
|
[yaql]
|
||||||
limit_iterators=9000
|
limit_iterators=10000
|
||||||
memory_quota=900000
|
memory_quota=900000
|
||||||
|
Loading…
Reference in New Issue
Block a user