RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
OpenDev Sysadmins 5c3c32d4c0 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:44:45 +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 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 Dropping the py35 testing 2019-04-16 17:16:07 +00: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 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

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