August 2018
Beginner
462 pages
12h 36m
English
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.
Read now
Unlock full access