58 lines
1.4 KiB
ReStructuredText
Raw Normal View History

Python bindings to the OpenStack Identity API (Keystone)
========================================================
2011-10-25 16:50:08 -07:00
This is a client for OpenStack Identity API. There's a Python API for
:doc:`Identity API v3 <using-api-v3>` and :doc:`v2 <using-api-v2>` (the
:mod:`keystoneclient` modules), and a command-line script (installed as
:doc:`keystone <man/keystone>`).
2011-10-25 16:50:08 -07:00
Contents:
.. toctree::
2011-10-31 15:59:25 -07:00
:maxdepth: 1
2011-10-25 16:50:08 -07:00
man/keystone
using-api-v3
using-sessions
authentication-plugins
using-api-v2
api/modules
2011-10-25 16:50:08 -07:00
Related Identity Projects
=========================
In addition to creating the Python client library, the Keystone team also
provides `Identity Service`_, as well as `WSGI Middleware`_.
.. _`Identity Service`: http://docs.openstack.org/developer/keystone/
.. _`WSGI Middleware`: http://docs.openstack.org/developer/keystonemiddleware/
Release Notes
=============
.. toctree::
:maxdepth: 1
history
2011-10-25 16:50:08 -07:00
Contributing
============
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
`Launchpad`_. Submit code to the ``openstack/python-keystoneclient`` project
using `Gerrit`_.
2011-10-25 16:50:08 -07:00
.. _on GitHub: https://github.com/openstack/python-keystoneclient
.. _Launchpad: https://launchpad.net/python-keystoneclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
2011-10-25 16:50:08 -07:00
Run tests with ``tox``.
2011-10-25 16:50:08 -07:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`