[install guide] Remove wsgi-keystone.conf creation step

Remove step to create the wsgi-keystone.conf file. The
wsgi-keystone.conf file is included in the Newton
keystone package on Ubuntu 16.04.

Change-Id: I1ca58907b26301f293290bd2687e07408da965ed
Closes-bug: #1628689
This commit is contained in:
daz 2016-09-29 14:44:53 +10:00
parent d2c433c8f4
commit 3c453ab14a
1 changed files with 0 additions and 40 deletions

View File

@ -244,46 +244,6 @@ Install and configure components
.. end
#. Create the ``/etc/apache2/sites-available/wsgi-keystone.conf`` file
with the following content:
.. path /etc/apache2/sites-available/wsgi-keystone.conf
.. code-block:: apache
Listen 5000
Listen 35357
<VirtualHost *:5000>
WSGIDaemonProcess keystone-public processes=5 threads=1 user=keystone group=keystone display-name=%{GROUP}
WSGIProcessGroup keystone-public
WSGIScriptAlias / /usr/bin/keystone-wsgi-public
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
ErrorLogFormat "%{cu}t %M"
ErrorLog /var/log/apache2/keystone.log
CustomLog /var/log/apache2/keystone_access.log combined
<Directory /usr/bin>
Require all granted
</Directory>
</VirtualHost>
<VirtualHost *:35357>
WSGIDaemonProcess keystone-admin processes=5 threads=1 user=keystone group=keystone display-name=%{GROUP}
WSGIProcessGroup keystone-admin
WSGIScriptAlias / /usr/bin/keystone-wsgi-admin
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
ErrorLogFormat "%{cu}t %M"
ErrorLog /var/log/apache2/keystone.log
CustomLog /var/log/apache2/keystone_access.log combined
<Directory /usr/bin>
Require all granted
</Directory>
</VirtualHost>
.. end
#. Enable the Identity service virtual hosts: