From: "Hefetz, Idan (Nokia - IL/Kfar Sava)" <idan.hef...@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@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: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to