Uninstalling default Ubuntu theme (optional)

By default, installations of the OpenStack Dashboard on Ubuntu include a theme that has been customized by Canonical. To remove the theme, update the /etc/openstack-dashboard/local_settings.py file and replace the DEFAULT_THEME value with default instead of ubuntu:

DEFAULT_THEME = 'default' 

The examples in this book assume the default theme is in place.