From 83bf89ee590e13afc88281fc0ef52e45a77f7cb4 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 20 Sep 2017 11:03:54 +0100 Subject: [PATCH] Increase the size of the Mistral output limit This increases it from 4 MB to 16. Closes-Bug: #1718384 Change-Id: Ief9e8402f0251d1447a825f496050334a8d80dc5 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 57d2559c9..21af4aeeb 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -620,7 +620,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'