/etc/openstack-dashboard/ubuntu_theme.py is in openstack-dashboard-ubuntu-theme 1:2014.1.5-0ubuntu2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # The presence of this file in /etc/openstack-dashboard/ and/or
# /usr/share/openstack-dashboard/openstack_dashboard/local/ will
# enable the Ubuntu theme for Horizon. To disable, remove the
# openstack-dashboard-ubuntu-theme package, or remove this file.
TEMPLATE_DIRS = ('/usr/share/openstack-dashboard-ubuntu-theme/templates', )
|