8e9507bf9a
This change moves the .rst files into the main adming-guide-cloud folder now conversion is complete. changes to the project config and to the openstack manuals to stop sync of .xml files are also needed. Change-Id: I498e8d6ac3cb80da413e23b14a0959abd58e7d79 Implements: blueprint reorganise-user-guides
15 lines
432 B
ReStructuredText
15 lines
432 B
ReStructuredText
Start the Identity services
|
|
===========================
|
|
|
|
To start the services for Identity, run the following command:
|
|
|
|
.. code::
|
|
|
|
$ keystone-all
|
|
|
|
This command starts two wsgi.Server instances configured by the
|
|
:file:`keystone.conf` file as described previously. One of these wsgi
|
|
servers is :code:`admin` (the administration API) and the other is
|
|
:code:`main` (the primary/public API interface). Both run in a single
|
|
process.
|