RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
Corey Bryant 5f84a726d7 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I56899805c2492c7002e35c3fb8a078e68fb0ed8e
Story: #2005924
Task: #34247
2019-07-05 16:18:05 -04: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 OpenDev Migration Patch 2019-04-19 19:44:45 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 16:18:05 -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 Add Python 3 Train unit tests 2019-07-05 16:18:05 -04: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 Add Python 3 Train unit tests 2019-07-05 16:18:05 -04: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