summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2020-07-10 18:52:03 +0530
committerKristi Nikolla <knikolla@bu.edu>2020-09-15 14:58:23 +0000
commitf8440f880ae6f55c990b8809ffaae3a074977e0a (patch)
tree5487198a131b7dd061bb7c37f146e73125682744
parentd5870f69c12c034dd97b164345e85e6259ee7abe (diff)
downloadkeystone-f8440f880ae6f55c990b8809ffaae3a074977e0a.tar.gz
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)
-rw-r--r--doc/source/install/keystone-install-rdo.rst4
1 files changed, 4 insertions, 0 deletions
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: