Change how to start the Identity service
* Sync contents with Installation Guide. * Keystone eventlet is deprecated in favor of a separate web server with WSGI extensions. The Keystone project plans to remove eventlet support in Mitaka. * Don't use the distribution specific command. Closes-Bug: #1529529 Change-Id: I79ac0ed9b3a94dcc8044abc76113638e4a7206bc
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
Start the Identity services
|
||||
===========================
|
||||
==========================
|
||||
Start the Identity service
|
||||
==========================
|
||||
|
||||
To start the services for Identity, run the following command:
|
||||
In Kilo and newer releases, the Identity service should use the Apache
|
||||
HTTP Server with the ``mod_wsgi`` module instead of the Eventlet library.
|
||||
Using the proper WSGI configuration, the Apache HTTP Server binds to ports
|
||||
5000 and 35357 rather than the keystone process.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ keystone-all
|
||||
|
||||
This command starts two wsgi.Server instances configured by the
|
||||
``keystone.conf`` file as described previously. One of these wsgi
|
||||
servers is ``admin`` (the administration API) and the other is
|
||||
``main`` (the primary/public API interface). Both run in a single
|
||||
process.
|
||||
For more information, see
|
||||
http://docs.openstack.org/developer/keystone/apache-httpd.html and
|
||||
https://git.openstack.org/cgit/openstack/keystone/tree/httpd.
|
||||
|
Reference in New Issue
Block a user