From 1655af027e17ea1b366fc65aefabc1fb3a14dcb1 Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 22 Jul 2019 17:05:35 +0300 Subject: [PATCH] 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 --- devstack/gate_hook.sh | 2 +- devstack/override-defaults | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 devstack/override-defaults diff --git a/devstack/gate_hook.sh b/devstack/gate_hook.sh index 4bb649b74..e84118396 100644 --- a/devstack/gate_hook.sh +++ b/devstack/gate_hook.sh @@ -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] diff --git a/devstack/override-defaults b/devstack/override-defaults new file mode 100644 index 000000000..62d7bb2b4 --- /dev/null +++ b/devstack/override-defaults @@ -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 \ No newline at end of file