
There was no link from the main page to the v3 client API doc so there's no easy way to get to it or to know that it's there. This adds the link. Change-Id: I3fd49eedcf7b79f6d810ed22cfcffba4ce47dece
41 lines
990 B
ReStructuredText
41 lines
990 B
ReStructuredText
Python bindings to the OpenStack Identity API (Keystone)
|
|
========================================================
|
|
|
|
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 :doc:`command-line script <shell>`
|
|
(installed as :program:`keystone`).
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
releases
|
|
man/keystone
|
|
using-api-v2
|
|
using-api-v3
|
|
|
|
api/autoindex
|
|
|
|
Contributing
|
|
============
|
|
|
|
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
|
|
`Launchpad`_. Submit code to the ``openstack/python-keystoneclient`` project
|
|
using `Gerrit`_.
|
|
|
|
.. _on GitHub: https://github.com/openstack/python-keystoneclient
|
|
.. _Launchpad: https://launchpad.net/python-keystoneclient
|
|
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
|
|
|
Run tests with ``python setup.py test``.
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|