From cf5aa363aa19071a2ce632376099d5c40f0c5a1d Mon Sep 17 00:00:00 2001 From: Munir Siddiqui Date: Thu, 13 Aug 2026 10:27:31 +0500 Subject: [PATCH] fix: update nova-compute notification config for telemetry meters Change notification_format from versioned to both so that Ceilometer receives unversioned notifications and Watcher receives versioned ones. Add notify_on_state_change = vm_and_task_state to enable instance lifecycle notifications like compute.instance.booting.time. Partial-bug: #2162762 Signed-off-by: Munir Siddiqui --- templates/nova.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index ce256d8..ad5707f 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -235,7 +235,8 @@ verify_ssl_path = {{ snap_common }}/etc/ssl/certs/receive-ca-bundle.pem driver = messagingv2 [notifications] -notification_format = versioned +notify_on_state_change = vm_and_task_state +notification_format = both {%- endif %} [oslo_messaging_rabbit]