============
Cinder has a system for managing multiple APIs on different subdomains.
-Currently there is support for the OpenStack API, as well as the Amazon EC2
-API.
+Currently there is support for the OpenStack API.
Common Components
-----------------
:undoc-members:
:show-inheritance:
-The :mod:`cinder.api.cloud` Module
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: cinder.api.cloud
- :noindex:
- :members:
- :undoc-members:
- :show-inheritance:
-
OpenStack API
-------------
:undoc-members:
:show-inheritance:
-The :mod:`auth` Module
-~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: cinder.api.openstack.auth
- :noindex:
- :members:
- :undoc-members:
- :show-inheritance:
-
-EC2 API
--------
-
-The :mod:`cinder.api.ec2` Module
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: cinder.api.ec2
- :noindex:
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`cloud` Module
-~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: cinder.api.ec2.cloud
- :noindex:
- :members:
- :undoc-members:
- :show-inheritance:
-
-The :mod:`metadatarequesthandler` Module
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: cinder.api.ec2.metadatarequesthandler
- :noindex:
- :members:
- :undoc-members:
- :show-inheritance:
-
Tests
-----
* **Fault-Tolerant**: Isolated processes avoid cascading failures
* **Recoverable**: Failures should be easy to diagnose, debug, and rectify
* **Open Standards**: Be a reference implementation for a community-driven api
-* **API Compatibility**: Cinder strives to provide API-compatible with popular systems like Amazon EC2
This documentation is generated by the Sphinx toolkit and lives in the source
tree. Additional draft and project documentation on Cinder and other components of OpenStack can
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
-r Docs