Running Identity is simply starting the services by using the command:
keystone-all
Invoking this command starts up two wsgi.Server instances,
configured by the keystone.conf
file as
described above. One of these wsgi 'servers' is
admin
(the administration API) and the other is
main
(the primary/public API interface). Both
of these run in a single process.