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
This commit is contained in:
parent
1e0b76a7fd
commit
a180bafb75
@ -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
|
||||
---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user