Merge "Increase size of Heat max_template_size"

This commit is contained in:
Zuul 2018-03-06 02:49:54 +00:00 committed by Gerrit Code Review
commit ba14149425
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ heat::cron::purge_deleted::destination: '/dev/null'
heat::notification_driver: 'messaging'
heat::yaql_memory_quota: 100000
heat::yaql_limit_iterators: 1000
heat::max_json_body_size: 2097152
heat::max_json_body_size: 4194304
# Keystone
keystone::debug: "%{hiera('debug')}"