Dashboard module uninstalling¶
Important
First need to do setting up the environment. All commands are executed only from superuser.
Mode superuser:
sudo -i
If you need to uninstall the Dashboard module, perform following actions:
Delete Dashboard module:
For Python packages:
pip3 uninstall dashboard
Delete GUI theme:
For Python packages:
pip3 uninstall dashboard-theme
Run commands to re-collect static files and compress them:
python3 /usr/share/openstack-dashboard/manage.py collectstatic python3 /usr/share/openstack-dashboard/manage.py compress
Restart the web server and caching service:
# Debian: systemctl restart apache2 systemctl restart memcached
Note
To uninstall the Dashboard module on Astra Linux (Smolensk), do the following:
Delete the Dashboard package with the command:
apt remove -y aos-dashboard
Delete the GUI theme with the command:
apt remove -y aos-dashboard-theme