Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/nova.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Gazpacho I would like to leave the notification_format to versioned as all the measurements coming from notifications are already provided by pollster [1].

When you backport this for 2025.1 and 2024.1 notification_format=both is desired

[1] https://docs.openstack.org/ceilometer/latest/admin/telemetry-measurements.html#openstack-compute

{%- endif %}

[oslo_messaging_rabbit]
Expand Down
Loading