Go to file
liyou01 cf30defab9 Fix tox4 error
tox.ini started failing with Tox4 which had some
incompatible changes. One is passenv where we need
to pass each value in newline otherwise, it fails with
error:

 failed with pass_env values cannot contain whitespace,
 use comma to have multiple values in a single line,
 invalid values found.....

Other failure is due to the skipsdist = True.

Fixing tox.ini for tox4 changes.

Change-Id: Ia9d62d92632aca90a526046971222dc29973fa60
2023-03-01 17:53:56 +01:00
2021-01-07 17:05:25 +01:00
2018-07-20 18:41:06 +08:00
2019-04-19 19:44:45 +00:00
2014-04-23 15:33:27 +02:00
2018-07-12 22:25:21 +08:00
2020-04-24 08:23:21 -05:00
2020-04-07 04:31:45 -07:00
2021-01-07 17:05:25 +01:00
2023-03-01 17:53:56 +01: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

Description
RETIRED, Horizon plugin for Solum. See: https://wiki.openstack.org/wiki/Solum
Readme 1.9 MiB