cf30defab9e28922bb017613ea07d766afa20dd8
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
Team and repository tags
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