Merge "Set the ironic notification level"

This commit is contained in:
Zuul 2022-07-13 10:42:57 +00:00 committed by Gerrit Code Review
commit fa49b1803f
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,10 @@ pin_release_version = {{ pin_release_version }}
my_ip = {{ api_interface_address }}
{% if ironic_enabled_notification_topics %}
notification_level = info
{% endif %}
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
{% if ironic_enabled_notification_topics %}

View File

@ -0,0 +1,9 @@
---
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.