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
22 lines
543 B
Plaintext
22 lines
543 B
Plaintext
[DEFAULT]
|
|
output_file = etc/neutron.conf.sample
|
|
wrap_width = 79
|
|
|
|
namespace = neutron
|
|
namespace = neutron.agent
|
|
namespace = neutron.db
|
|
namespace = neutron.extensions
|
|
namespace = nova.auth
|
|
namespace = ironic.auth
|
|
namespace = oslo.log
|
|
namespace = oslo.db
|
|
namespace = oslo.policy
|
|
namespace = oslo.privsep
|
|
namespace = oslo.concurrency
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.middleware.http_proxy_to_wsgi
|
|
namespace = oslo.service.sslutils
|
|
namespace = oslo.service.wsgi
|
|
namespace = keystonemiddleware.auth_token
|