diff --git a/devstack/README.rst b/devstack/README.rst index 5d5f46410..47546ca62 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -25,6 +25,10 @@ Enabling Vitrage in DevStack notification_topics = notifications,vitrage_notifications notification_driver=messagingv2 + [notifications] + versioned_notifications_topics = versioned_notifications,vitrage_notifications + notification_driver = messagingv2 + 4. Add this to add notification from neutron to vitrage (make sure neutron is enabled in devstack) diff --git a/devstack/gate_hook.sh b/devstack/gate_hook.sh index 675dac6b8..45cd29fb8 100644 --- a/devstack/gate_hook.sh +++ b/devstack/gate_hook.sh @@ -38,6 +38,10 @@ DEVSTACK_LOCAL_CONFIG+="$(cat <