From f8440f880ae6f55c990b8809ffaae3a074977e0a Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Fri, 10 Jul 2020 18:52:03 +0530 Subject: Fix doc for package mod_wsgi on Centos8/RHEL8 In the keystone installation for rdo [1], installation of package mod_wsgi is required. But in Centos8/RHEL8 the package name is updated to python3-mod_wsgi [2]. This patch updates the keystone doc about the same. [1]https://docs.openstack.org/keystone/queens/install/keystone-install-rdo.html#install-and-configure-components [2]https://docs.openstack.org/trove/latest/install/apache-mod-wsgi.html Change-Id: Ic7aac07ab52275cc3b47481d8278a404909fc39f Closes-Bug: #1886036 (cherry picked from commit 6b37a0abbb52aac0c24ee7b64645ed7265f752da) --- doc/source/install/keystone-install-rdo.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/install/keystone-install-rdo.rst b/doc/source/install/keystone-install-rdo.rst index a5c5384b7..456eb97bd 100644 --- a/doc/source/install/keystone-install-rdo.rst +++ b/doc/source/install/keystone-install-rdo.rst @@ -66,6 +66,10 @@ Install and configure components .. end + .. note:: + + For RHEL8/Centos8 and above install package python3-mod_wsgi. + 2. Edit the ``/etc/keystone/keystone.conf`` file and complete the following actions: -- cgit v1.2.1