Merge "Increase size of Heat max_template_size" into stable/queens

This commit is contained in:
Zuul
2018-03-08 03:57:18 +00:00
committed by Gerrit Code Review

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')}"