8e793a6c6f
New notifications service.create and service.delete are introduced with INFO priority and the payload of the notification is the serialized form of the already existing Service versioned object. Service.create notification will be emitted after the service is created (so the uuid is available) and also send the service.delete notification after the service is deleted. Implement blueprint: service-create-destroy-notification Change-Id: I955d98f9fd4b121f98e172e5ab30eb668a24006d
8 lines
294 B
YAML
8 lines
294 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for service create and destroy versioned notifications.
|
|
The ``service.create`` notification will be emitted after the service is
|
|
created (so the uuid is available) and also send the ``service.delete``
|
|
notification after the service is deleted.
|