40d3d03f11
Move identity chapter from one very large page into many smaller ones like it was previously in the DocBook XML output. This creates changes to heading of all files as well as creation of new files. Compare the result of this build with: Current RST file: http://docs.openstack.org/draft/admin-guide-cloud-rst/identity_management.html DocBook XML hierarchy: http://docs.openstack.org/admin-guide-cloud/content/ch-identity-mgmt-config.html Change-Id: I4274586afeec132298be078d8795959f07bf3c66
432 B
432 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.