Update Ubuntu horizon installation instruction

openstack-dashboard.conf provided by Ubuntu package does not
contain WSGIApplicationGroup configuration which is required to
make the dashboard work correctly.

Change-Id: I578217571e7a80c174bfc65317d4a1c159ff8692
Closes-Bug: #1738379
(cherry picked from commit 8c25bb728f)
This commit is contained in:
Akihiro Motoki 2017-12-17 21:11:01 +09:00
parent 39d863ec23
commit c87e090904
1 changed files with 6 additions and 8 deletions

View File

@ -21,9 +21,6 @@ Install and configure components
.. include:: note_configuration_vary_by_distribution.txt
1. Install the packages:
.. code-block:: console
@ -32,11 +29,6 @@ Install and configure components
.. end
2. Edit the
``/etc/openstack-dashboard/local_settings.py``
file and complete the following actions:
@ -177,6 +169,12 @@ Install and configure components
For more information, see the `list of time zones
<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`__.
3. Add the following line to
``/etc/apache2/conf-available/openstack-dashboard.conf`` if not included.
.. code-block:: none
WSGIApplicationGroup %{GLOBAL}
Finalize installation
---------------------