Skip to content

Commit

Permalink
Suggest removal of the ubuntu theme package
Browse files Browse the repository at this point in the history
Removing the ubuntu theme pakage is cleaner then changing
the include code and also works.
  • Loading branch information
bneijt committed Feb 26, 2013
1 parent cbc6c95 commit 2f5df40
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions OpenStack_Folsom_Install_Guide_WebVersion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 2f5df40

Please sign in to comment.