0621c2507f
This patch ports assisted-volume-snapshots to v2.1 and make v2 and v2.1 share unit test cases. This patch addes a schema to do the input validation for snapshots_create The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3 . Partially implements blueprint v2-on-v3-api Change-Id: I5b7be1de8ac2628a287897dcc5ca0eaf7a8957a2
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"snapshot": {
|
|
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
|
|
"create_info": {
|
|
"snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c",
|
|
"type": "qcow2",
|
|
"new_file": "new_file_name"
|
|
}
|
|
}
|
|
}
|