Update RHEL/CentOS horizon install instruction

openstack-dashboard.conf in openstack-dashboard package
for RHEL/CentOS does not contain WSGIApplicationGroup configuration
which is required to make the dashboard work correctly.

Change-Id: Ic62fa29015ec153eada9d5e1ba5c06dab3a5eeca
Closes-Bug: #1741354
(cherry picked from commit a180bafb75)
This commit is contained in:
Akihiro Motoki 2018-03-16 08:10:46 +09:00
parent 1d7742a9e7
commit b7d890bb3c
1 changed files with 5 additions and 0 deletions

View File

@ -171,7 +171,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/httpd/conf.d/openstack-dashboard.conf`` if not included.
.. code-block:: none
WSGIApplicationGroup %{GLOBAL}
Finalize installation
---------------------