2b983dc4b9
Change-Id: Id1839379425dd5972327c47ad0b7569a27764c09 |
||
---|---|---|
.. | ||
apache-vitrage.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Vitrage in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin vitrage https://git.openstack.org/openstack/vitrage
Add this to add notification from nova to vitrage
post-config [DEFAULT] notification_topics = notifications,vitrage_notifications
Add this to add notification from neutron to vitrage (make sure neutron is enabled in devstack)
post-config [DEFAULT] notification_topics = notifications,vitrage_notifications
Add this to add notification from cinder to vitrage
post-config [DEFAULT] notification_topics = notifications,vitrage_notifications
Run
stack.sh
.