The consistencygroups V3 API.
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
()¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.