Refactors horizon setup section in osbash

This patch changes some operations in the
setup_horizon script to match install-guides
and adds links to the section in install-guides.

Change-Id: If398389ca56e58d6959c4b3c3277878f403a1e20
This commit is contained in:
sayalilunkad 2014-11-29 17:02:10 +05:30
parent 0fe8770b11
commit 8b52b74de0

View File

@ -8,11 +8,13 @@ exec_logfile
indicate_current_auto
#------------------------------------------------------------------------------
# Set up OpenStack Dashboard (horizon).
# Set up OpenStack Dashboard (horizon)
# http://docs.openstack.org/icehouse/install-guide/install/apt/content/install_dashboard.html
#------------------------------------------------------------------------------
echo "Installing horizon."
sudo apt-get install -y openstack-dashboard memcached
sudo apt-get install -y apache2 memcached libapache2-mod-wsgi \
openstack-dashboard
echo "Purging Ubuntu theme."
sudo dpkg --purge openstack-dashboard-ubuntu-theme