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
This commit is contained in:
Eyal 2019-06-06 11:36:44 +03:00 committed by Ivan Kolodyazhny
parent 7c76bc764b
commit 1a4d2bf7b9
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -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]