cinder/doc/source/devref/api.rst
Ivan Kolodyazhny 063cc75c87 Remove obsolete API from documentation
Cinder doesn't support EC2 API and doesn't contain cinder.api.ec2
module.
Also references to cinder.api.openstack.auth and cinder.api.cloud were
removed too.

Change-Id: I30f71cf541d93d3ab68780328e2dea6ebd326b63
2015-07-14 18:57:19 +03:00

2.7 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

OpenStack API

The openstack Module

cinder.api.openstack

Tests

The api_unittest Module

cinder.tests.api_unittest

The api_integration Module

cinder.tests.api_integration

The cloud_unittest Module

cinder.tests.cloud_unittest

The api.fakes Module

cinder.tests.api.fakes

The api.test_wsgi Module

cinder.tests.api.test_wsgi

The test_api Module

cinder.tests.api.openstack.test_api

The test_auth Module

cinder.tests.api.openstack.test_auth

The test_faults Module

cinder.tests.api.openstack.test_faults