Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc/source
solumdashboard
.gitignore
.gitreview
.stestr.conf
.zuul.yaml
HACKING.rst Update the documentation link for doc migration Jul 25, 2017
LICENSE
README.rst
babel-django.cfg
babel-djangojs.cfg
lower-constraints.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini

README.rst

Team and repository tags

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/solumdashboard/local/enabled/_50_solum.py _50_solum.py sudo service apache2 restart