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
This commit is contained in:
Oliver Walsh 2018-03-21 09:40:48 +00:00 committed by Martin Schuppert
parent cc05b49e5e
commit 0449f73377
1 changed files with 2 additions and 1 deletions

View File

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