2013-01-11 21:39:11 +01:00
|
|
|
Python bindings to the OpenStack Cinder API
|
2012-05-21 16:32:35 -04:00
|
|
|
==================================================
|
|
|
|
|
2013-01-11 21:39:11 +01: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
|
2013-01-11 21:39:11 +01:00
|
|
|
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.
|
|
|
|
|
2013-01-11 21:39:11 +01:00
|
|
|
__ 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`
|
|
|
|
|