From: "Hefetz, Idan (Nokia - IL/Kfar Sava)" <idan.hefetz at nokia.com> Hi, To use Vitrage Devstack on master, please notice that after this commit<https://review.openstack.org/#/c/504917/>, a few steps are required: 1. Add the following to /etc/vitrage/vitrage.conf [database] connection = mysql+pymysql://root:password@127.0.0.1/vitrage?charset=utf8 1. Add the following to /opt/stack/vitrage/vitrage.egg-info/entry_points.txt [vitrage.storage] mysql = vitrage.storage.impl_sqlalchemy:Connection mysql+pymysql = vitrage.storage.impl_sqlalchemy:Connection postgresql = vitrage.storage.impl_sqlalchemy:Connection sqlite = vitrage.storage.impl_sqlalchemy:Connection 1. Run ‘sudo service apache2 restart’ 2. Run ‘sudo service devstack at vitrage-graph restart’ Another option is to recreate the stack using stack.sh. Thanks, Idan hefetz. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20171009/fe6a529e/attachment.html>