Merge "Fix Keystone install for Debian"

This commit is contained in:
Jenkins 2016-10-07 09:46:31 +00:00 committed by Gerrit Code Review
commit 12f90eeb70

View File

@ -196,7 +196,7 @@ Configure the Apache HTTP server
.. endonly
.. only:: ubuntu
.. only:: ubuntu or debian
#. Edit the ``/etc/apache2/apache2.conf`` file and configure the
``ServerName`` option to reference the controller node:
@ -208,6 +208,9 @@ Configure the Apache HTTP server
.. end
.. endonly
.. only:: ubuntu
#. Enable the Identity service virtual hosts:
@ -219,6 +222,22 @@ Configure the Apache HTTP server
.. endonly
.. only:: debian
.. note::
The Debian package will perform the below operations for you:
.. code-block:: console
# a2enmod wsgi
# a2ensite wsgi-keystone.conf
# invoke-rc.d apache2 restart
.. end
.. endonly
.. only:: obs
#. Edit the ``/etc/sysconfig/apache2`` file and configure the