60938c94fad3d74b93f849802762f6d372b69f78
OpenStack is dropping the py2.7 support in ussuri cycle. solum-dashboard is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Depends-On: https://review.opendev.org/#/c/693631/ Change-Id: Iaeb821e3e31f7b2bfcd60212790fa3e5d13fd014
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