Increase size of heat json message

The containers CI chokes on the size of JSON messages passed to heat.

https://ci.centos.org/artifacts/rdo/jenkins-tqe-containers-gate-master-tripleo-ci-delorean-full-containers_minimal-383/undercloud/home/stack/overcloud_deploy.log.gz

Let's bump heat's max_json_body_size on the undercloud.

Change-Id: I93553f8248f969bb8d5e212c2e92acbd18623afc
Closes-Bug: #1667697
This commit is contained in:
Martin André 2017-02-24 09:23:26 -05:00
parent a620d4d0f0
commit 5e504e6ab9
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,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
# Keystone
keystone::debug: "%{hiera('debug')}"