Files
python-keystoneclient/doc/source/index.rst
Joe Heck 135100a2ed updating base keystoneclient documentation
* updated changelog
* described CLI authentication for admin and user
* tweaked API usage docs a bit with formatting and typos

Change-Id: I61c3aab99bb0ecbad1de6d32a767558ca1a2ab5b
2012-10-01 13:35:30 -07:00

38 lines
872 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
using-api
shell
ref/index
releases
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/keystone
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
Run tests with ``python setup.py test``.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`