From 0449f733771d43ffe66f82b5c6739590a698f615 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Wed, 21 Mar 2018 09:40:48 +0000 Subject: [PATCH] Set undercloud nova notification_format to 'unversioned' Currently there is no consumer for the versioned notification queue, which results in the queue growing infinitely large. Until we have a consumer set the notification format to 'unversioned' only. Change-Id: I972dd8513c6706d03c328c961bd77eea2672bba2 Resolves-Bug: #1734185 --- elements/puppet-stack-config/puppet-stack-config.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.pp b/elements/puppet-stack-config/puppet-stack-config.pp index ffda0bc7e..718fb508f 100644 --- a/elements/puppet-stack-config/puppet-stack-config.pp +++ b/elements/puppet-stack-config/puppet-stack-config.pp @@ -373,7 +373,8 @@ include ::glance::backend::swift include ::glance::notify::rabbitmq class { '::nova': - debug => hiera('debug'), + debug => hiera('debug'), + notification_format => 'unversioned', } class { '::nova::api':