2012-05-03 10:48:26 -07:00

5.8 KiB

API Endpoint

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.

Common Components

The cinder.api Module

cinder.api

The cinder.api.cloud Module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cinder.api.cloud

OpenStack API

The openstack Module

cinder.api.openstack

The auth Module

cinder.api.openstack.auth

The backup_schedules Module

cinder.api.openstack.backup_schedules

The faults Module

cinder.api.openstack.faults

The flavors Module

cinder.api.openstack.flavors

The images Module

cinder.api.openstack.images

The servers Module

cinder.api.openstack.servers

The sharedipgroups Module

cinder.api.openstack.sharedipgroups

EC2 API

The cinder.api.ec2 Module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cinder.api.ec2

The apirequest Module

cinder.api.ec2.apirequest

The cloud Module

cinder.api.ec2.cloud

The images Module

cinder.api.ec2.images

The metadatarequesthandler Module

cinder.api.ec2.metadatarequesthandler

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

The test_flavors Module

cinder.tests.api.openstack.test_flavors

The test_images Module

cinder.tests.api.openstack.test_images

The test_servers Module

cinder.tests.api.openstack.test_servers

The test_sharedipgroups Module

cinder.tests.api.openstack.test_sharedipgroups