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
This commit is contained in:
James Slagle 2016-09-09 15:40:29 -04:00
parent 8ab2340ba3
commit 80dbe73497
1 changed files with 1 additions and 1 deletions

View File

@ -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