Samriddhi Jain aba9267323 Added keystone admin guides to documentation
Currently the identity administrator guide docs are a part of
general OpenStack-manuals. Migrating those docs to keystone
documentation so that they can be reviewed effectively by
keystone developers too.

Partial-Bug #1694460
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: Id121ae1dd5bce993b4ad1219b592527ef0047063
2017-06-24 00:42:14 +05:30

3.1 KiB

Keystone, the OpenStack Identity Service

Keystone is an OpenStack service that provides API client authentication, service discovery, and distributed multi-tenant authorization by implementing OpenStack's Identity API.

This documentation is primarily targeted towards contributors of the project, and assumes that you are already familiar with Keystone from an end-user perspective; however, end users, deployers, and operators will also find it useful.

This documentation is generated by the Sphinx toolkit and lives in the source tree. Also see the getting-started/community page for other ways to interact with the community.

In addition to creating OpenStack's Identity Service, the Keystone team also provides a WSGI middleware, an Authentication library and a Python client library.

General Information

This section sontains the general information related to keystone which is commom to all the developers, users and operators. For documentation specific to the any of these three, please see the subsequent sections.

getting-started/index.rst man/index.rst code_documentation.rst indices-tables.rst

Developers Documentation

This section contains the documentation needed for developing keystone.

devref/index.rst

Operator Documentation

This section contains the documentation for operating, deploying and configuring the keystone service.

configuration.rst advanced-topics/index.rst sample_files/index.rst

Administrator Guides

admin/identity-management.rst

API Documentation

An end user can find the specific API documentation here, OpenStack's Identity API.