From: "Hefetz, Idan (Nokia - IL/Kfar Sava)" <[email protected]>
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:[email protected]/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@vitrage-graph restart’ Another option is to recreate the stack using stack.sh. Thanks, Idan hefetz.
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
