kolla-ansible/releasenotes/notes/ironic-notification-level-a23db99c66c4b752.yaml
Christian Berendt ced1e3b6db Set the ironic notification level
To use notifications with ironic, the notification_level
option in the [DEFAULT] section of the configuration file
must be set, we use ``info`` as a reasonable level.

Closes-Bug: #1969826

Change-Id: I38bb1e5404e917c788689a3181741022f875da06
2022-07-12 12:55:22 +02:00

10 lines
302 B
YAML

---
fixes:
- |
If ``ironic_enabled_notification_topics`` is set to ``true``,
``ironic_notification_level`` is set to ``info`` in order to ensure
that Ironic actually sends out notifications.
See `bug 1969826 <https://bugs.launchpad.net/kolla-ansible/+bug/1969826>`_
for details.