35 lines
707 B
ReStructuredText
Raw Normal View History

Python bindings to the OpenStack Cinder API
2012-05-21 16:32:35 -04:00
==================================================
This is a client for OpenStack Cinder API. There's :doc:`a Python API
2012-05-21 16:32:35 -04:00
<api>` (the :mod:`cinderclient` module), and a :doc:`command-line script
<shell>` (installed as :program:`cinder`). Each implements the entire
OpenStack Cinder API.
2012-05-21 16:32:35 -04:00
Contents:
.. toctree::
:maxdepth: 2
shell
api
ref/index
releases
Contributing
============
Development takes place `on GitHub`__; please file bugs/pull requests there.
__ https://github.com/openstack/python-cinderclient
2012-05-21 16:32:35 -04:00
Run tests with ``python setup.py test``.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`