0616b4bd99
This patch send notifications for all API changes. 1. Segment: create, update, delete 2. Host: create, update, delete 3. Notifications: create, update Co-Authored-By: Shilpa Devharakar <Shilpa.Devharakar@nttdata.com> Change-Id: I02411db0b3563f6a24e164dbaf50bb30744c2fda Implements: bp notifications-in-masakari
19 lines
658 B
YAML
19 lines
658 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support to emit event notifications whenever user interacts with
|
|
Masakari restFul APIs. The emitted notifications are documented at
|
|
`sample_payloads`_.
|
|
|
|
To enable this feature one should set `driver` config option under the
|
|
`oslo_messaging_notifications` section as shown below::
|
|
|
|
[oslo_messaging_notifications]
|
|
driver = log
|
|
|
|
Note: Possible values are `messaging`, `messagingv2`, `routing`, `log`,
|
|
`test`, `noop`.
|
|
Notifications can be completely disabled by setting `driver` value as `noop`
|
|
|
|
.. _`sample_payloads`: https://docs.openstack.org/masakari/latest/#versioned-notifications
|