Align zaqar max_messages_post_size with undercloud

When deploying a containerized undercloud, we need the same
configuration as we used to have in instack-undercloud.

For max_messages_post_size, we used to have 1048576 due to the high size
of the messages with config-download.

Let's sync the config here, so we can deploy an overcloud with
config-download when a containerized undercloud is used.

Change-Id: Ib43c811d9ea4e71558c15c78cfb9999f738b8098
This commit is contained in:
Emilien Macchi 2018-02-14 17:38:48 -08:00 committed by Sergii Golovatiuk
parent c93028f254
commit dc9fcd3c4a
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ outputs:
zaqar::wsgi::apache::ssl: {get_param: EnableInternalTLS}
zaqar::wsgi::apache::bind_host: {get_param: [ServiceNetMap, ZaqarApiNetwork]}
zaqar::message_pipeline: 'zaqar.notification.notifier'
zaqar::max_messages_post_size: 1048576
zaqar::unreliable: true
zaqar::wsgi::apache::servername:
str_replace: