
Resolves: bug 1185142 Implements blueprint: clients-man-pages Provide basic but hopefully useful man page. shell.rst was merged into and replaced by the man page in HTML docs. Change-Id: I0a90e4638cc7e4ed9c02c5abd7d84a4079e5f50d
39 lines
918 B
ReStructuredText
39 lines
918 B
ReStructuredText
Python bindings to the OpenStack Identity API (Keystone)
|
|
========================================================
|
|
|
|
This is a client for OpenStack Identity 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
|
|
man/keystone
|
|
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`
|
|
|