summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2018-03-16 08:10:46 +0900
committerAkihiro Motoki <amotoki@gmail.com>2018-05-30 03:12:23 +0000
commitb7d890bb3cebd87b78d81fe94d3cbd0c5b54c937 (patch)
treee6366a5a79ef750405273d90070bfccb764943ad
parent1d7742a9e773900a1d46c0df6502ae4ce5d13516 (diff)
downloadhorizon-b7d890bb3cebd87b78d81fe94d3cbd0c5b54c937.tar.gz
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 a180bafb75cd7f2b6c1f1331d5e217229414a04b)
-rw-r--r--doc/source/install/install-rdo.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index a58bca064..a2f978e5f 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.rst
@@ -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
---------------------