From 1a4d2bf7b9252fc4ea76b446c2a1217521d5e186 Mon Sep 17 00:00:00 2001 From: Eyal Date: Thu, 6 Jun 2019 11:36:44 +0300 Subject: [PATCH] Configure nova to send versioned and unversioned notifications Nova change https://review.opendev.org/603079/ is changing the default configuration to send only unversioned notfications rather than both versioned and unversioned notifications. make sure vitrage uses both. Change-Id: Ia2c78071091a7f1b673d8ff2e03d36bbbb1ebe8c --- devstack/gate_hook.sh | 1 + devstack/gate_hook_mock.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/devstack/gate_hook.sh b/devstack/gate_hook.sh index 5dd9996f5..4bb649b74 100644 --- a/devstack/gate_hook.sh +++ b/devstack/gate_hook.sh @@ -47,6 +47,7 @@ notification_driver = messagingv2 [notifications] versioned_notifications_topics = versioned_notifications,vitrage_notifications notification_driver = messagingv2 +notification_format = both [[post-config|\$NEUTRON_CONF]] [DEFAULT] diff --git a/devstack/gate_hook_mock.sh b/devstack/gate_hook_mock.sh index 4e7e4987a..5a7de1a08 100644 --- a/devstack/gate_hook_mock.sh +++ b/devstack/gate_hook_mock.sh @@ -35,6 +35,7 @@ notification_driver = messagingv2 [notifications] versioned_notifications_topics = versioned_notifications,vitrage_notifications notification_driver = messagingv2 +notification_format = both [[post-config|\$CINDER_CONF]] [DEFAULT]