b65d8b9cfd
Change-Id: If2f7664d994aee5d3a87275fd83722755c4dbcb1
433 B
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.