use the NOVA_NOTIFICATION_FORMAT for notification format

override the NOVA_NOTIFICATION_FORMAT in the override-defaults
file instead of the local.conf in gate_hook

Change-Id: I5ff3ae6b8584c4a5a33dba5b2e5d3680cf3edea7
This commit is contained in:
Eyal 2019-07-22 17:05:35 +03:00
parent 5e2f6ec9ef
commit 1655af027e
2 changed files with 7 additions and 1 deletions

View File

@ -47,7 +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

@ -0,0 +1,6 @@
# Plug-in overrides
# https://docs.openstack.org/devstack/latest/plugins.html#plugin-interface
# Enable both versioned and unversioned notifications.
NOVA_NOTIFICATION_FORMAT=both