48 lines
1.4 KiB
ReStructuredText
Raw Normal View History

==================
OpenStack Keystone
==================
2011-06-20 17:56:20 -07:00
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.
2011-06-20 17:56:20 -07:00
Developer documentation, the source of which is in ``doc/source/``, is
published at:
2011-11-04 15:56:17 -07:00
http://docs.openstack.org/developer/keystone/
2011-06-20 17:56:20 -07:00
The API specification and documentation are available at:
http://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:
http://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:
2011-12-27 11:20:55 -08:00
https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting
2011-12-27 11:20:55 -08:00
Bugs and feature requests are tracked on Launchpad at:
2011-12-27 11:20:55 -08:00
https://bugs.launchpad.net/keystone
2011-12-27 11:20:55 -08:00
Future design work is tracked at:
2011-12-27 11:20:55 -08:00
http://specs.openstack.org/openstack/keystone-specs/#identity-program-specifications
2011-12-27 11:20:55 -08:00
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``.