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
This commit is contained in:
Balazs Gibizer 2017-03-16 14:48:28 +01:00
parent d02c0aa7ba
commit 211d02ab23

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~