Add the step to install apache2 libapache2-mod-wsgi

The guide uses the Apache HTTP server with mod_wsgi to serve
identity service, but it did not introduce the step to install
Apache2 and libapache2-mod-wsgi package in this guide. The identity
service will not be started without these two packages.
This patch modify the step 1 in part "Install and configure components"
for installing two packages metioned above.

Change-Id: I8ca55e605f806bdc48f753ab893040d9a76aa93d
Closes-Bug: 1707176
This commit is contained in:
zhiguo.li 2017-07-28 19:28:58 +08:00
parent c3b5d2d77b
commit b9c0252a4c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Install and configure components
.. code-block:: console
# apt install keystone
# apt install keystone apache2 libapache2-mod-wsgi
.. end