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:

  1. Delete Dashboard module:

    1. For Python packages:

      pip3 uninstall dashboard
      
  2. Delete GUI theme:

    1. For Python packages:

      pip3 uninstall dashboard-theme
      
  3. 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
    
  4. 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:

  1. Delete the Dashboard package with the command:

    apt remove -y aos-dashboard
    
  2. Delete the GUI theme with the command:

    apt remove -y aos-dashboard-theme
    

Note

Settings files and log files will not be deleted, just like tables in database.