deb-cinder/doc/source/contributor/api.rst

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