Increase the size of the Mistral output limit

This increases it from 4 MB to 16.

Closes-Bug: #1718384
Change-Id: Ief9e8402f0251d1447a825f496050334a8d80dc5
(cherry picked from commit 83bf89ee59)
This commit is contained in:
Dougal Matthews 2017-09-20 11:03:54 +01:00 committed by Alex Schultz
parent 9ede48b299
commit c97752b994
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ mistral::keystone::auth::password: {{UNDERCLOUD_MISTRAL_PASSWORD}}
mistral::keystone::auth::tenant: 'service'
mistral::engine::older_than: 2880
mistral::engine::evaluation_interval: 120
mistral::engine::execution_field_size_limit_kb: 4096
mistral::engine::execution_field_size_limit_kb: 16384
# Zaqar
zaqar::keystone::authtoken::project_name: 'service'