223505824c19a22e2a202cbdeaa1e5045dfbeea5
Change-Id: I033a16ccb63361e439310cfb1ccac78c415f7ea2 Closes-Bug: #1629166 Co-Authored-By: xujun <xu.jun@99cloud.net>
solum-dashboard
Horizon plugin for Solum Purpose of this plugin is to add Solum capabilities to the openstack dashboard. This plugin requires a working openstack install including solum and horizon.
How to install solum-dashboard into Horizon.
Enter these commands in your terminal :
sudo pip install -e /opt/stack/solum-dashboard
cd /opt/stack/horizon/openstack_dashboard/local/enabled
ln -s /opt/stack/solum-dashboard/_50_solum.py.example _50_solum.py
sudo service apache2 restart
Description