Files
manila/doc/source/devref/api.rst

168 lines
3.6 KiB
ReStructuredText
Raw Normal View History

2013-08-08 10:34:06 -04:00
..
Copyright 2010-2011 United States Government as represented by the
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
API Endpoint
============
2013-09-17 10:57:47 +03:00
Manila has a system for managing multiple APIs on different subdomains.
2013-08-08 10:34:06 -04:00
Currently there is support for the OpenStack API, as well as the Amazon EC2
API.
Common Components
-----------------
2013-09-17 10:57:47 +03:00
The :mod:`manila.api` Module
2013-08-08 10:34:06 -04:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
2013-09-17 10:57:47 +03:00
The :mod:`manila.api.cloud` Module
2013-08-08 10:34:06 -04:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.cloud
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
OpenStack API
-------------
The :mod:`openstack` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.openstack
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`auth` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.openstack.auth
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
EC2 API
-------
2013-09-17 10:57:47 +03:00
The :mod:`manila.api.ec2` Module
2013-08-08 10:34:06 -04:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.ec2
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`cloud` Module
~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.ec2.cloud
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`metadatarequesthandler` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.api.ec2.metadatarequesthandler
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
Tests
-----
The :mod:`api_unittest` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api_unittest
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`api_integration` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api_integration
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`cloud_unittest` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.cloud_unittest
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`api.fakes` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api.fakes
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`api.test_wsgi` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api.test_wsgi
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`test_api` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api.openstack.test_api
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`test_auth` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api.openstack.test_auth
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance:
The :mod:`test_faults` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-09-17 10:57:47 +03:00
.. automodule:: manila.tests.api.openstack.test_faults
2013-08-08 10:34:06 -04:00
:noindex:
:members:
:undoc-members:
:show-inheritance: