cinder.api.v3.consistencygroups module

The consistencygroups V3 API.

class ConsistencyGroupsController

Bases: 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()