39694623e4
This patch implements the spec of creating volume from backup. Change-Id: Icdc6c7606c43243a9e12d7a42df293b729f589e5 Partial-Implements: blueprint support-create-volume-from-backup
23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"volume": {
|
|
"size": 10,
|
|
"availability_zone": null,
|
|
"source_volid": null,
|
|
"description": null,
|
|
"multiattach ": false,
|
|
"snapshot_id": null,
|
|
"backup_id": null,
|
|
"name": null,
|
|
"imageRef": null,
|
|
"volume_type": null,
|
|
"metadata": {},
|
|
"consistencygroup_id": null
|
|
},
|
|
"OS-SCH-HNT:scheduler_hints": {
|
|
"same_host": [
|
|
"a0cf03a5-d921-4877-bb5c-86d26cf818e1",
|
|
"8c19174f-4220-44f0-824a-cd1eeef10287"
|
|
]
|
|
}
|
|
}
|