Configure notifications to be unversioned
Beginning in the Pike release, Nova started sending both versioned and unversioned notifications. The verioned notification queues do not have any consumers so this causes some queues to fill up until either the messages expire or they are flushed. This changes the nova configuration to only send unversioned (legacy) notifications. Change-Id: Idca18960542b7d7710b8f6c4ee1c579603b0e08b Related-bug: #1665449
This commit is contained in:
parent
204e498d42
commit
35a78a0496
@ -230,6 +230,13 @@ pool = {{ storage_pool }}
|
||||
|
||||
{% include "section-rabbitmq-oslo" %}
|
||||
|
||||
[notifications]
|
||||
# Starting in the Pike release, the notification_format includes both the
|
||||
# versioned and unversioned message notifications. Ceilometer does not yet
|
||||
# consume the versioned message notifications, so intentionally make the
|
||||
# notification format unversioned until this is implemented.
|
||||
notification_format = unversioned
|
||||
|
||||
{% include "section-oslo-notifications" %}
|
||||
|
||||
{% include "parts/section-cinder" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user