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:
parent
7c76bc764b
commit
1a4d2bf7b9
@ -47,6 +47,7 @@ notification_driver = messagingv2
|
|||||||
[notifications]
|
[notifications]
|
||||||
versioned_notifications_topics = versioned_notifications,vitrage_notifications
|
versioned_notifications_topics = versioned_notifications,vitrage_notifications
|
||||||
notification_driver = messagingv2
|
notification_driver = messagingv2
|
||||||
|
notification_format = both
|
||||||
|
|
||||||
[[post-config|\$NEUTRON_CONF]]
|
[[post-config|\$NEUTRON_CONF]]
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
@ -35,6 +35,7 @@ notification_driver = messagingv2
|
|||||||
[notifications]
|
[notifications]
|
||||||
versioned_notifications_topics = versioned_notifications,vitrage_notifications
|
versioned_notifications_topics = versioned_notifications,vitrage_notifications
|
||||||
notification_driver = messagingv2
|
notification_driver = messagingv2
|
||||||
|
notification_format = both
|
||||||
|
|
||||||
[[post-config|\$CINDER_CONF]]
|
[[post-config|\$CINDER_CONF]]
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
Loading…
Reference in New Issue
Block a user