Add oslo_messaging_notifications
configuration to Heat charm
This change introduces the `[oslo_messaging_notifications]` configuration section in the Heat charm, enabling Fleio integration with OpenStack by setting up the necessary notification driver. Previously, this configuration was missing, which prevented Fleio from receiving required notifications from Heat. The following section is now included in the `heat.conf`: ``` {% include "section-oslo-notifications" %} ``` Closes-Bug: #2085784 Change-Id: I49778d60a7623ebdaea37edeba731d65a3dad15e
This commit is contained in:
parent
17623174ee
commit
91aa6015c4
@ -95,6 +95,8 @@ endpoint_type = publicURL
|
||||
|
||||
{% include "section-oslo-middleware" %}
|
||||
|
||||
{% include "section-oslo-notifications" %}
|
||||
|
||||
{% if sections -%}
|
||||
{% for section in sections if section != 'DEFAULT' -%}
|
||||
[{{ section }}]
|
||||
|
Loading…
Reference in New Issue
Block a user