2ce5b11b1a
This patch changes the name of the Admin-Guide from the Cloud Admin Guide to the Administrator guide. This affects the filename in the repository, and references to cloud administrators within the document texts. 1.) Changing instances of 'cloud administrator' to 'administrator'. 2.) Change links from '/admin-guide-cloud/' to '/admin-guide/' within the Admin Guide. 3.) Adjust .htaccess file. Change-Id: I7f21a710e922981aa295afc0616de36fd819b523 Implements: blueprint user-guides-reorganised
13 lines
507 B
ReStructuredText
13 lines
507 B
ReStructuredText
==========================
|
|
Start the Identity service
|
|
==========================
|
|
|
|
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.
|
|
|
|
For more information, see
|
|
http://docs.openstack.org/developer/keystone/apache-httpd.html and
|
|
https://git.openstack.org/cgit/openstack/keystone/tree/httpd.
|