The consistencygroups V3 api.
Bases: cinder.api.contrib.consistencygroups.ConsistencyGroupsController
The ConsistencyGroups API controller for the OpenStack API V3.
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,..."
}
}