299f4ecd0c
This patch is mainly to fix some v3 sample json files to keep the format consistent. Change-Id: Ibfe171f19e1530c0fcdc6a531c36871d1bc51a3c
24 lines
642 B
JSON
24 lines
642 B
JSON
{
|
|
"manageable-volumes": [
|
|
{
|
|
"cinder_id": "9ba5bb53-4a18-4b38-be06-992999da338d",
|
|
"reason_not_safe": "already managed",
|
|
"reference": {
|
|
"source-name": "volume-9ba5bb53-4a18-4b38-be06-992999da338d"
|
|
},
|
|
"safe_to_manage": false,
|
|
"size": 1,
|
|
"extra_info": null
|
|
},
|
|
{
|
|
"cinder_id": null,
|
|
"reason_not_safe": null,
|
|
"reference": {
|
|
"source-name": "lvol0"
|
|
},
|
|
"safe_to_manage": true,
|
|
"size": 1,
|
|
"extra_info": null
|
|
}
|
|
]
|
|
} |