The cinder.api.contrib.consistencygroups Module

The consistencygroups api.

class ConsistencyGroupTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class ConsistencyGroupsController

Bases: cinder.api.openstack.wsgi.Controller

The ConsistencyGroups API controller for the OpenStack API.

create(req, body)

Create a new consistency group.

delete(req, id, body)

Delete a consistency group.

detail(req)

Returns a detailed list of consistency groups.

index(req)

Returns a summary list of consistency groups.

show(req, id)

Return data about the given consistency group.

wsgi_actions = {}
wsgi_extensions = []
class ConsistencyGroupsTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class Consistencygroups(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

consistency groups support.

alias = 'consistencygroups'
get_resources()
name = 'Consistencygroups'
namespace = 'http://docs.openstack.org/volume/ext/consistencygroups/api/v1'
updated = '2014-08-18T00:00:00+00:00'
class CreateDeserializer(metadata=None)

Bases: cinder.api.openstack.wsgi.MetadataXMLDeserializer

default(string)
make_consistencygroup(elem)

Previous topic

The cinder.api.contrib.cgsnapshots Module

Next topic

The cinder.api.contrib.extended_services Module

This Page