RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
Ha Manh Dong bf1c0c0876 Switch to use stestr for unit test
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
So we should switch to stestr.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I28a842859279595eb66f372eff84945cf0828be9
Co-Authored-By: zhurong <aaronzhu1121@gmail.com>
2018-07-20 18:41:06 +08:00
doc/source switch to openstackdocstheme 2017-07-07 16:11:43 +08:00
solumdashboard Merge "Django 2.0 support" 2018-06-11 13:58:35 +00:00
.gitignore Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:37 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
.zuul.yaml add lower-constraints job 2018-03-22 18:19:46 -04:00
HACKING.rst Update the documentation link for doc migration 2017-07-25 11:48:39 +08:00
LICENSE Add basic files 2014-04-23 15:33:27 +02:00
README.rst Fix Readme title so short 2018-07-12 22:25:21 +08:00
babel-django.cfg Adds i18n machinery for solum-dashboard 2016-09-01 14:05:59 +08:00
babel-djangojs.cfg Adds i18n machinery for solum-dashboard 2016-09-01 14:05:59 +08:00
lower-constraints.txt Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
requirements.txt Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
setup.cfg Adding docs venv and warning-is-error to doc building 2017-08-18 13:46:15 +08:00
setup.py Updated from global requirements 2017-03-02 11:56:12 +00:00
test-requirements.txt Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
tox.ini Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00

README.rst

Team and repository tags

image

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