RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
Akihiro Motoki 8962748597 translation: drop babel extractor definitions
babel extractors are now registered via python entry points,
so there is no need to declare babel extractors in babel configs.

This change is important to make translation work in Django 2.2.
django-babel does not work with Django 2.2 and looks unmaintained
for over two years. The horizon team is thinking to switch the extractor
to enmerkar (a fork of django-babel) to make extraction of translation
string work again near future. It is important to drop the extractor
definition to make the transition smooth.

Change-Id: I3317fff56f55752d1df13f266877755cada1ebe1
2019-12-27 02:29:14 +09:00
doc/source switch to openstackdocstheme 2017-07-07 16:11:43 +08:00
releasenotes/notes [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +00:00
solumdashboard Imported Translations from Zanata 2019-12-22 06:32:39 +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 [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +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 translation: drop babel extractor definitions 2019-12-27 02:29:14 +09:00
babel-djangojs.cfg translation: drop babel extractor definitions 2019-12-27 02:29:14 +09:00
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +00:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +00:00
setup.py Updated from global requirements 2017-03-02 11:56:12 +00:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 09:03:17 +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