Merge "Increase zaqar max_messages_post_size to 2097152" into stable/queens

This commit is contained in:
Zuul 2020-06-09 21:15:53 +00:00 committed by Gerrit Code Review
commit a46d345256
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ zaqar::management::sqlalchemy::uri: mysql+pymysql://zaqar:{{UNDERCLOUD_ZAQAR_PAS
zaqar::messaging::swift::uri: swift://zaqar:{{UNDERCLOUD_ZAQAR_PASSWORD}}@/service
zaqar::messaging::swift::auth_url: "%{hiera('keystone_auth_uri')}"
zaqar::message_pipeline: 'zaqar.notification.notifier'
zaqar::max_messages_post_size: 1048576
zaqar::max_messages_post_size: 2097152
# Cinder
cinder::debug: "%{hiera('debug')}"