openstack-manuals/doc/admin-guide-cloud/source/identity_start.rst
venkatamahesh b65d8b9cfd [admin-guide] Fix the rst mark-ups for Identity service
Change-Id: If2f7664d994aee5d3a87275fd83722755c4dbcb1
2015-12-16 13:08:11 +05:30

433 B

Start the Identity services

To start the services for Identity, run the following command:

$ 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.