![Yuriy Zveryanskyy](/assets/img/avatar_default.png)
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
8 lines
358 B
YAML
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.
|