The cinder.api.v3.consistencygroups Module

The consistencygroups V3 api.

class ConsistencyGroupsController

Bases: cinder.api.contrib.consistencygroups.ConsistencyGroupsController

The ConsistencyGroups API controller for the OpenStack API V3.

update(req, id, body)

Update the consistency group.

Expected format of the input parameter ‘body’:

{
    "consistencygroup":
    {
        "name": "my_cg",
        "description": "My consistency group",
        "add_volumes": "volume-uuid-1,volume-uuid-2,...",
        "remove_volumes": "volume-uuid-8,volume-uuid-9,..."
    }
}
wsgi_actions = {}
wsgi_extensions = []
create_resource()

Previous topic

The cinder.api.v3.clusters Module

Next topic

The cinder.api.v3.group_snapshots Module

This Page