Merge "Set the ironic notification level"
This commit is contained in:
@@ -14,6 +14,10 @@ pin_release_version = {{ pin_release_version }}
|
|||||||
|
|
||||||
my_ip = {{ api_interface_address }}
|
my_ip = {{ api_interface_address }}
|
||||||
|
|
||||||
|
{% if ironic_enabled_notification_topics %}
|
||||||
|
notification_level = info
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
transport_url = {{ notify_transport_url }}
|
transport_url = {{ notify_transport_url }}
|
||||||
{% if ironic_enabled_notification_topics %}
|
{% if ironic_enabled_notification_topics %}
|
||||||
|
@@ -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.
|
Reference in New Issue
Block a user