From 3ebac65539a8546840fc67df35edc730dfc08f38 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 9 Jun 2020 14:22:32 +0530 Subject: [PATCH] Increase zaqar max_messages_post_size to 2097152 We still seem to be hitting the error "Message collection size is too large. Max size 1048576" during upgrades. Let's increase the max size allowed. Change-Id: I3aed39398bad04c4a19f387a98a6a494943aa5e2 --- 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 4cdfc01e2..0b0ea6a22 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -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')}"