RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
zhurong b916e20efd Adds i18n machinery for solum-dashboard
Targets blueprint: solum-dashboard-i18n

Change-Id: I40ae59dfb5a862355f9b12a28e7568220fde3540
2016-09-01 14:05:59 +08:00
doc/source Stop using intersphinx 2014-10-04 20:52:21 +02:00
solumdashboard Adds i18n machinery for solum-dashboard 2016-09-01 14:05:59 +08:00
.gitignore Add basic files 2014-04-23 15:33:27 +02:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:37 +00:00
.testr.conf Add basic files 2014-04-23 15:33:27 +02:00
HACKING.rst Add basic files 2014-04-23 15:33:27 +02:00
LICENSE Add basic files 2014-04-23 15:33:27 +02:00
MANIFEST.in Add basic files 2014-04-23 15:33:27 +02:00
README.rst Add some basic install instructions 2014-04-28 14:03:40 +10:00
_50_solum.py.example Add support for applications 2014-04-23 15:33:55 +02: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
requirements.txt Adds i18n machinery for solum-dashboard 2016-09-01 14:05:59 +08:00
setup.cfg Removing version from setup.cfg 2016-03-10 10:53:45 -06:00
setup.py Updated from global requirements 2016-08-31 15:32:40 +00:00
test-requirements.txt Updated from global requirements 2016-08-31 15:32:40 +00:00
tox.ini Adds i18n machinery for solum-dashboard 2016-09-01 14:05:59 +08:00

README.rst

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/_50_solum.py.example _50_solum.py
sudo service apache2 restart