From 91aa6015c4e30ddf46ab9fead0b7aa6e1eed2828 Mon Sep 17 00:00:00 2001 From: Fabian Fulga Date: Mon, 28 Oct 2024 17:48:51 +0200 Subject: [PATCH] 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 --- templates/yoga/heat.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/yoga/heat.conf b/templates/yoga/heat.conf index 53e2ef4..235fda1 100644 --- a/templates/yoga/heat.conf +++ b/templates/yoga/heat.conf @@ -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 }}]