From 211d02ab23e37af8b9f0c0ccbdf8c21e20003324 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 16 Mar 2017 14:48:28 +0100 Subject: [PATCH] doc: configurable versioned notifications topics After I817ce4bae0dd37e0d06bd44f21ba81b3cb800548 it is possible to configure the topics where the versioned notifications are emitted. Let's update the notificaton devref with this information. Change-Id: I45b007cfb98330a5b885ef6870e9fcce7108403a --- doc/source/notifications.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/notifications.rst b/doc/source/notifications.rst index 1cbbeb0ac460..032fd9711fa6 100644 --- a/doc/source/notifications.rst +++ b/doc/source/notifications.rst @@ -102,6 +102,11 @@ that can be used to specify which notifications are emitted by Nova. The possible values are `unversioned`, `versioned`, `both` and the default value is `both`. +The versioned notifications are emitted to a different topic than the legacy +notifications. By default they are emitted to 'versioned_notifications' but it +is configurable in the nova.conf with the `versioned_notifications_topic` +config option. + How to add a new versioned notification ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~