From 80dbe734978baa5b16025de92cddf4793fb2b726 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 9 Sep 2016 15:40:29 -0400 Subject: [PATCH] Raise zaqar max message size We need to raise this limit again as we are exceeding the configured max message size when creating plans that use the jinja templating for custom roles. Change-Id: Ib76f028f06edf7dd44a4aadc7d3489b1c413cf57 Closes-Bug: #1621991 --- 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 a388558f3..3cc491777 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -516,7 +516,7 @@ zaqar::transport::wsgi::bind: {{LOCAL_IP}} zaqar::management::mongodb::uri: mongodb://127.0.0.1:27017 zaqar::messaging::mongodb::uri: mongodb://127.0.0.1:27017 zaqar::message_pipeline: 'zaqar.notification.notifier' -zaqar::max_messages_post_size: 524288 +zaqar::max_messages_post_size: 1048576 # HAproxy tripleo::profile::base::haproxy::step: 1