afff649a39
This patch adds an ironic notifier that sends notifications to ironic endpoint /v1/events. The events are triggered by port updates and deletions. Only ports with vnic_type baremetal are honored. Story: 1304673 Task: 22263 Closes-Bug: #1828367 Implements: blueprint event-notifier-ironic Authored-By: Vasyl Saienko <vsaienko@mirantis.com> Co-Authored-By: Harald Jensås <hjensas@redhat.com> Co-Authored-By: Julia Kreger <juliaashleykreger@gmail.com> Change-Id: I0bb3187a88a7f20adb8c60e24945db159afb83f1
10 lines
443 B
YAML
10 lines
443 B
YAML
---
|
|
features:
|
|
- |
|
|
A notifier for the Openstack Baremetal service (``ironic``) is introduced.
|
|
When enabled notifications are sent to the Baremetal service on relevant
|
|
resource events/changes. By default notifications to the Baremetal service
|
|
is *disabled*. To *enable* notifications to the Baremetal service set
|
|
``[ironic]/enable_notifications`` to ``True`` in the Networking service
|
|
configuration (``neutron.conf``).
|