RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Go to file
Hervé Beraud 8a7461367b Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removing specific doc requirements from test-requirements.txt.

The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: I58231c2cd2f11d9002961f3105a989c37a58bc75
2021-01-07 17:05:25 +01:00
doc Add doc/requirements 2021-01-07 17:05:25 +01: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 2020-10-05 09:14:54 +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 Python3 wallaby unit tests 2020-09-24 08:48:36 +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 [goal] Migrate testing to ubuntu focal 2020-08-04 13:33:29 +00:00
requirements.txt Use pyyaml instead yamlutils module. 2020-02-18 11:56:39 +01:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:21 -05:00
setup.py Cleanup py27 support 2020-04-07 04:31:45 -07:00
test-requirements.txt Add doc/requirements 2021-01-07 17:05:25 +01:00
tox.ini Add doc/requirements 2021-01-07 17:05:25 +01: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