
adding in openstack theming enabling last update from git removing old manual references to API, converted entirely to autodoc updated .gitignore fixed docstring warnings and errors Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
39 lines
890 B
ReStructuredText
39 lines
890 B
ReStructuredText
Python bindings to the OpenStack Keystone API
|
|
==================================================
|
|
|
|
This is a client for OpenStack Keystone API. There's :doc:`a Python API
|
|
<using-api>` (the :mod:`keystoneclient` module), and a :doc:`command-line script
|
|
<shell>` (installed as :program:`keystone`).
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
releases
|
|
shell
|
|
using-api
|
|
|
|
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`
|
|
|