update the notification driver

Change-Id: Ie53532507b484ea3ba0e76738b12c72bd4b9c4c1
This commit is contained in:
Eyal 2016-04-13 09:52:16 +03:00
parent 2d0a5ad39c
commit b0354766a8

View File

@ -17,6 +17,7 @@ Enabling Vitrage in DevStack
[[post-config|$NOVA_CONF]] [[post-config|$NOVA_CONF]]
[DEFAULT] [DEFAULT]
notification_topics = notifications,vitrage_notifications notification_topics = notifications,vitrage_notifications
notification_driver=messagingv2
4. Add this to add notification from neutron to vitrage 4. Add this to add notification from neutron to vitrage
(make sure neutron is enabled in devstack) (make sure neutron is enabled in devstack)
@ -24,11 +25,13 @@ Enabling Vitrage in DevStack
[[post-config|$NEUTRON_CONF]] [[post-config|$NEUTRON_CONF]]
[DEFAULT] [DEFAULT]
notification_topics = notifications,vitrage_notifications notification_topics = notifications,vitrage_notifications
notification_driver=messagingv2
5. Add this to add notification from cinder to vitrage 5. Add this to add notification from cinder to vitrage
[[post-config|$CINDER_CONF]] [[post-config|$CINDER_CONF]]
[DEFAULT] [DEFAULT]
notification_topics = notifications,vitrage_notifications notification_topics = notifications,vitrage_notifications
notification_driver=messagingv2
6. Run ``stack.sh``. 6. Run ``stack.sh``.