48 lines
1.2 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://keystone.openstack.org/
2011-06-20 17:56:20 -07:00
The API specification is available at:
https://github.com/openstack/identity-api
The API documentation is available at:
http://api.openstack.org/api-ref-identity.html
The canonical client library is available at:
https://github.com/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://github.com/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
https://blueprints.launchpad.net/keystone
2011-12-27 11:20:55 -08:00
For information on contributing to Keystone, see ``CONTRIBUTING.rst``.