From 2f5df40254292d5c95aa3e13123611edbe13952d Mon Sep 17 00:00:00 2001 From: "A. Bram Neijt" Date: Tue, 26 Feb 2013 13:10:06 +0100 Subject: [PATCH] Suggest removal of the ubuntu theme package Removing the ubuntu theme pakage is cleaner then changing the include code and also works. --- OpenStack_Folsom_Install_Guide_WebVersion.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/OpenStack_Folsom_Install_Guide_WebVersion.rst b/OpenStack_Folsom_Install_Guide_WebVersion.rst index 516ee60..7feb4b5 100644 --- a/OpenStack_Folsom_Install_Guide_WebVersion.rst +++ b/OpenStack_Folsom_Install_Guide_WebVersion.rst @@ -492,15 +492,9 @@ Status: stable apt-get install openstack-dashboard memcached -* If you don't like the OpenStack ubuntu theme, you can disabled it and go back to the default look:: - - nano /etc/openstack-dashboard/local_settings.py - #Comment these lines - #Enable the Ubuntu theme if it is present. - #try: - # from ubuntu_theme import * - #except ImportError: - # pass +* If you don't like the OpenStack ubuntu theme, you can remove the package to disable it: + + dpkg --purge openstack-dashboard-ubuntu-theme * Reload Apache and memcached::