nova/releasenotes/notes/versioned-notifications-423f4d8d2a3992c6.yaml
Balazs Gibizer bd401d4cc8 Make emitting versioned notifications configurable
A new config option is introduced called 'notification_format'
which specifies the format of the notifications emitted, possible
values are 'versioned', 'unversioned', 'both'. The default value is 'both'.

Also to help consumers the versioned notifications will be emited to
a separate topic called 'versioned_notifications'.

DocImpact: new config option notification_format

Partially-Implements: bp versioned-notification-api
Change-Id: Ie45c03175800bb14269f3976b03a53488e084339
2016-01-19 19:20:24 +01:00

8 lines
314 B
YAML

---
features:
- As part of refactoring the notification interface of Nova
a new config option 'notification_format' has been added to specifies
which notification format shall be used by nova. The possible values
are 'unversioned' (e.g. legacy), 'versioned', 'both'. The default
value is 'both'.