2020-04-15 10:40:01 +02:00
|
|
|
========================================================
|
2012-10-24 07:12:30 -05:00
|
|
|
Python bindings to the OpenStack Identity API (Keystone)
|
|
|
|
========================================================
|
2011-10-25 16:50:08 -07:00
|
|
|
|
2014-02-02 10:36:38 -06: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
|
2016-03-11 15:01:55 -06:00
|
|
|
:mod:`keystoneclient` modules).
|
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
|
|
|
|
2014-02-02 10:36:38 -06:00
|
|
|
using-api-v3
|
2014-10-10 19:24:50 -05:00
|
|
|
using-sessions
|
|
|
|
using-api-v2
|
2014-02-16 12:03:58 -06:00
|
|
|
api/modules
|
2011-10-25 16:50:08 -07:00
|
|
|
|
2015-03-11 18:30:11 +08:00
|
|
|
Related Identity Projects
|
|
|
|
=========================
|
|
|
|
|
|
|
|
In addition to creating the Python client library, the Keystone team also
|
|
|
|
provides `Identity Service`_, as well as `WSGI Middleware`_.
|
|
|
|
|
2017-07-14 09:56:01 +08:00
|
|
|
.. _`Identity Service`: https://docs.openstack.org/keystone/latest/
|
|
|
|
.. _`WSGI Middleware`: https://docs.openstack.org/keystonemiddleware/latest/
|
2015-03-11 18:30:11 +08:00
|
|
|
|
2015-09-25 00:18:50 -04:00
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
2020-04-15 10:40:01 +02:00
|
|
|
Read also the `Keystoneclient Release Notes
|
|
|
|
<https://docs.openstack.org/releasenotes/python-keystoneclient/>`_.
|
|
|
|
|
2015-09-25 00:18:50 -04:00
|
|
|
|
2011-10-25 16:50:08 -07:00
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
|
2020-04-15 10:40:01 +02:00
|
|
|
Code is hosted `on OpenDev`_. Submit bugs to the Keystone project on
|
2012-10-24 07:12:30 -05:00
|
|
|
`Launchpad`_. Submit code to the ``openstack/python-keystoneclient`` project
|
|
|
|
using `Gerrit`_.
|
2011-10-25 16:50:08 -07:00
|
|
|
|
2020-04-15 10:40:01 +02:00
|
|
|
.. _on OpenDev: https://opendev.org/openstack/python-keystoneclient
|
2012-09-29 15:28:08 -07:00
|
|
|
.. _Launchpad: https://launchpad.net/python-keystoneclient
|
2017-02-05 20:45:52 -08:00
|
|
|
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
2011-10-25 16:50:08 -07:00
|
|
|
|
2016-02-28 11:03:44 -06:00
|
|
|
Run tests with ``tox``.
|
2011-10-25 16:50:08 -07:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|