cinder/doc/source/devref/api.rst
Danny Al-Gaaf 1323339d33 Fix doc and source documentation errors and warning
Solve warnings and errors from build_sphinx. Fix rst doc files
and source code docstring issues.

Closes-Bug: #1557047

Change-Id: Ib59df2681c98716c786ff0edf6d7cfcc3e8fe5ec
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-04-14 12:30:08 +02:00

2.2 KiB

API Endpoint

Cinder has a system for managing multiple APIs on different subdomains. Currently there is support for the OpenStack API.

Common Components

The cinder.api Module

cinder.api

Tests

The api Module

cinder.tests.unit.api

The api.fakes Module

cinder.tests.unit.api.fakes

The api.openstack Module

cinder.tests.unit.api.openstack

The api.openstack.test_wsgi Module

cinder.tests.unit.api.openstack.test_wsgi

The test_auth Module

cinder.tests.unit.api.middleware.test_auth

The test_faults Module

cinder.tests.unit.api.middleware.test_faults