mirror of
https://opendev.org/openstack/keystone.git
synced 2026-01-16 23:14:51 +00:00
OpenStack Identity (Keystone)
etc/ is for config files that should be installed on disk to support a running keystone. config-generator/ is for files that oslo-config-generator uses to generate sample config files and are not needed by keystone in a live deployment. Change-Id: I0614709ded739d77ec620150bcb6c2f456024b6f |
||
|---|---|---|
| api-ref/source | ||
| config-generator | ||
| devstack | ||
| doc | ||
| etc | ||
| examples/pki | ||
| httpd | ||
| keystone | ||
| keystone_tempest_plugin | ||
| rally-jobs | ||
| releasenotes | ||
| tools | ||
| .coveragerc | ||
| .gitignore | ||
| .gitreview | ||
| .mailmap | ||
| .testr.conf | ||
| babel.cfg | ||
| bindep.txt | ||
| CONTRIBUTING.rst | ||
| HACKING.rst | ||
| LICENSE | ||
| README.rst | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
| test-requirements.txt | ||
| tox.ini | ||
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/badges/keystone.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
==================
OpenStack Keystone
==================
Keystone provides authentication, authorization and service discovery
mechanisms via HTTP primarily for use by projects in the OpenStack family. It
is most commonly deployed as an HTTP interface to existing identity systems,
such as LDAP.
Developer documentation, the source of which is in ``doc/source/``, is
published at:
https://docs.openstack.org/developer/keystone/
The API specification and documentation are available at:
https://specs.openstack.org/openstack/keystone-specs/
The canonical client library is available at:
https://git.openstack.org/cgit/openstack/python-keystoneclient
Documentation for cloud administrators is available at:
https://docs.openstack.org/
The source of documentation for cloud administrators is available at:
https://git.openstack.org/cgit/openstack/openstack-manuals
Information about our team meeting is available at:
https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting
Bugs and feature requests are tracked on Launchpad at:
https://bugs.launchpad.net/keystone
Future design work is tracked at:
https://specs.openstack.org/openstack/keystone-specs/#identity-program-specifications
Contributors are encouraged to join IRC (``#openstack-keystone`` on freenode):
https://wiki.openstack.org/wiki/IRC
For information on contributing to Keystone, see ``CONTRIBUTING.rst``.