Metadata-Version: 2.0
Name: keystone
Version: 2015.1.2
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
Requires-Dist: pbr (!=0.7,<1.0,>=0.6)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: eventlet (!=0.17.0,>=0.16.1)
Requires-Dist: greenlet (>=0.3.2)
Requires-Dist: netaddr (>=0.7.12)
Requires-Dist: PasteDeploy (>=1.5.0)
Requires-Dist: Paste
Requires-Dist: Routes (!=2.0,>=1.12.3)
Requires-Dist: cryptography (>=0.8)
Requires-Dist: six (>=1.9.0)
Requires-Dist: SQLAlchemy (<=0.9.99,>=0.9.7)
Requires-Dist: sqlalchemy-migrate (!=0.9.8,<0.10.0,>=0.9.5)
Requires-Dist: passlib
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: python-keystoneclient (<1.4.0,>=1.2.0)
Requires-Dist: keystonemiddleware (<1.6.0,>=1.5.0)
Requires-Dist: oslo.concurrency (<1.9.0,>=1.8.2)
Requires-Dist: oslo.config (<1.10.0,>=1.9.3)
Requires-Dist: oslo.messaging (<1.9.0,>=1.8.0)
Requires-Dist: oslo.db (<1.8.0,>=1.7.0)
Requires-Dist: oslo.i18n (<1.6.0,>=1.5.0)
Requires-Dist: oslo.log (<1.1.0,>=1.0.0)
Requires-Dist: oslo.middleware (<1.1.0,>=1.0.0)
Requires-Dist: oslo.policy (<0.4.0,>=0.3.1)
Requires-Dist: oslo.serialization (<1.5.0,>=1.4.0)
Requires-Dist: oslo.utils (!=1.4.1,<1.5.0,>=1.4.0)
Requires-Dist: oauthlib (>=0.6)
Requires-Dist: pysaml2
Requires-Dist: dogpile.cache (>=0.5.3)
Requires-Dist: jsonschema (<3.0.0,>=2.0.0)
Requires-Dist: pycadf (<0.9.0,>=0.8.0)
Requires-Dist: posix-ipc
Requires-Dist: msgpack-python (>=0.4.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 and documentation are available at:

    http://specs.openstack.org/openstack/keystone-specs/

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:

    http://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``.



