15d1a00a57
This patch adds the following tests: 1) Volume actions 2) Volume manage extensions Change-Id: I7f27a336a6735f4d346cc47c983dfee55f47f55d Partially-Implements: blueprint generating-sample-files
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"volume": {
|
|
"host": "geraint-VirtualBox",
|
|
"ref": {
|
|
"source-name": "existingLV",
|
|
"source-id": "1234"
|
|
},
|
|
"name": "New Volume",
|
|
"availability_zone": "az2",
|
|
"description": "Volume imported from existingLV",
|
|
"volume_type": null,
|
|
"bootable": true,
|
|
"metadata": {
|
|
"key1": "value1",
|
|
"key2": "value2"
|
|
}
|
|
}
|
|
} |