correctly spell yaql_limit_iterators

A recent change (55ccd0e) introduced support for the yaql_memory_quota
and yaql_limit_iterators options in puppet-heat, but omitted the yaql_
prefix on limit_iterators.

Closes-Bug: #1642287
Change-Id: Ice258c8afcb501b1742487c3de572121dbec8a44
(cherry picked from commit 2c7c869699)
This commit is contained in:
Lars Kellogg-Stedman 2016-10-04 15:56:07 -04:00 committed by Steven Hardy
parent a5ab73f1d6
commit bedf20ec79
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ heat::cron::purge_deleted::age_type: 'days'
heat::cron::purge_deleted::destination: '/dev/null'
heat::notification_driver: 'messaging'
heat::yaql_memory_quota: 100000
heat::limit_iterators: 1000
heat::yaql_limit_iterators: 1000
# Keystone
keystone::admin_token: {{UNDERCLOUD_ADMIN_TOKEN}}