Add explicit apache2 to horizon install

This package is necessary for horizon to automatically be configured
to start under ubuntu 14.04

Change-Id: I2caa6e6969037f3da98c5adb3424620334bf6d32
Closes-Bug: 1290998
This commit is contained in:
Tom Fifield 2014-04-16 14:52:01 +08:00
parent 4cab5ccc7c
commit 90ae513b67

View File

@ -27,7 +27,7 @@
<step> <step>
<para>Install the dashboard on the node that can contact <para>Install the dashboard on the node that can contact
the Identity Service as root:</para> the Identity Service as root:</para>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install memcached libapache2-mod-wsgi openstack-dashboard</userinput></screen> <screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install apache2 memcached libapache2-mod-wsgi openstack-dashboard</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install memcached python-memcached mod_wsgi openstack-dashboard</userinput></screen> <screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install memcached python-memcached mod_wsgi openstack-dashboard</userinput></screen>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install memcached python-python-memcached apache2-mod_wsgi openstack-dashboard</userinput></screen> <screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install memcached python-python-memcached apache2-mod_wsgi openstack-dashboard</userinput></screen>
<note os="ubuntu"> <note os="ubuntu">