05adc8d006
This commit adds a new sphinx extension that inspects the nova code and adds information about the existing versioned notifications to the nofitications devref. This way the devref is automatically kept up to date with relevant information. Partially-Implements: bp versioned-notification-api Change-Id: If65d5d81e26cb2b4a9f57a8c7d37d3de310ebe00
10 lines
432 B
YAML
10 lines
432 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'.
|
|
The new versioned notifications are documented in
|
|
http://docs.openstack.org/developer/nova/notifications.html
|