Metadata-Version: 2.0
Name: keystone
Version: 2013.2.4
Summary: OpenStack Identity
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Requires-Dist: pbr (>=0.5.21,<1.0)
Requires-Dist: pam (>=0.1.4)
Requires-Dist: WebOb (>=1.2.3,<1.3)
Requires-Dist: eventlet (>=0.13.0)
Requires-Dist: greenlet (>=0.3.2)
Requires-Dist: netaddr
Requires-Dist: PasteDeploy (>=1.5.0)
Requires-Dist: Paste
Requires-Dist: Routes (>=1.12.3,!=2.0)
Requires-Dist: SQLAlchemy (>=0.7.8,<=0.7.99)
Requires-Dist: sqlalchemy-migrate (>=0.7.2,!=0.9.2)
Requires-Dist: passlib
Requires-Dist: lxml (>=2.3)
Requires-Dist: iso8601 (>=0.1.8)
Requires-Dist: python-keystoneclient (>=0.3.2)
Requires-Dist: oslo.config (>=1.2.0)
Requires-Dist: Babel (>=1.3)
Requires-Dist: oauth2
Requires-Dist: dogpile.cache (>=0.5.0)

==================
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:

    http://keystone.openstack.org/

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:

    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://blueprints.launchpad.net/keystone

For information on contributing to Keystone, see ``CONTRIBUTING.rst``.



