The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. This does not relationship URIs since "these links do not resolve to anything valid, but exist to show a relationship." Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I6efdf375bc8e1e5ca2b113337002d6178180a1e1
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 useful for contributors looking to get involved in our community, developers writing applications on top of OpenStack, and operators administering their own OpenStack deployments.
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.
Related Projects
In addition to creating OpenStack's Identity Service, the Keystone team also provides a WSGI middleware, an Authentication library and a Python client library.
Installation Guides
install/index.rst
General Information
This section contains general information related to keystone which is relevant to developers, users and operators. For documentation specific to any of these three, please see the subsequent sections.
getting-started/index.rst code_documentation.rst indices-tables.rst
Contributor Documentation
This section contains the documentation needed for developing keystone.
contributor/index.rst
User Documentation
This section contains the documentation for end-users of keystone.
user/index.rst
CLI Documentation
This section details information related to keystone management commands.
cli/index.rst
Administrator Guides
admin/index.rst
Configuration Options
configuration/index.rst