RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
Ghanshyam Mann a313e218d4 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I94a5c6ed319f85168b4f069c9aa0a9062bdde5c0
2019-04-16 17:16:07 +00: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 Dropping the py35 testing 2019-04-16 17:16:07 +00: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
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
lower-constraints.txt Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
README.rst Fix Readme title so short 2018-07-12 22:25:21 +08:00
requirements.txt Switch to use stestr for unit test 2018-07-20 18:41:06 +08:00
setup.cfg Dropping the py35 testing 2019-04-16 17:16:07 +00: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 Dropping the py35 testing 2019-04-16 17:16:07 +00:00

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