ironic/releasenotes/notes/resources-crud-notifications-70cba9f761da3afe.yaml
Yuriy Zveryanskyy 499ef55dd1 Add ironic resources CRUD notifications
This patch adds notifications for create, update or delete ironic
resources (node, port and chassis). Event types general form are:
baremetal.<resource>.{create, update, delete}.{start,end,error}.
Developer documentation updated.

Partial-Bug: #1606520
Change-Id: I95c64d9aa806ff2d7e7dae54ced169c98282c67d
2016-12-23 08:51:09 +00:00

8 lines
358 B
YAML

---
features:
- Adds notifications for creation, updates, or deletions of ironic resources
(node, port and chassis). Event types are formatted as follows
"baremetal.<resource>.{create,update,delete}.{start,end,error}".
For more details, see the developer documentation
/http://docs.openstack.org/developer/ironic/deploy/notifications.html.