nova/releasenotes/notes/Make-versioned-notifications-topics-configurable-a4baad995a74a076.yaml
Juan Antonio Osorio Robles 5bc5e8440e Make versioned notifications topics configurable
Some services (such as telemetry) actually consume the notifications. So
if one deploys a service that listens on the same queue as telemetry,
there will be race-conditions with these services and one will not get
the notifications that are expected at points.

To address this, one sets a different topic and consumes from there.
This is not possible with versioned notifications at the moment. And, as
services move to using that, the same need will arise.

So, this adds a configuration option to nova for enabling the
configuration of topics for this notifier.

Change-Id: I817ce4bae0dd37e0d06bd44f21ba81b3cb800548
2017-03-14 22:18:15 +02:00

5 lines
153 B
YAML

---
features:
- The versioned_notifications_topic configuration option; This enables one to
configure the topics used for versioned notifications.