299f4ecd0c
This patch is mainly to fix some v3 sample json files to keep the format consistent. Change-Id: Ibfe171f19e1530c0fcdc6a531c36871d1bc51a3c
30 lines
898 B
JSON
30 lines
898 B
JSON
{
|
|
"manageable-snapshots": [
|
|
{
|
|
"cinder_id": null,
|
|
"reason_not_safe": null,
|
|
"reference": {
|
|
"source-name": "lvol0"
|
|
},
|
|
"source_reference": {
|
|
"source-name": "volume-7c064b34-1e4b-40bd-93ca-4ac5a973661b"
|
|
},
|
|
"safe_to_manage": true,
|
|
"size": 1,
|
|
"extra_info": null
|
|
},
|
|
{
|
|
"cinder_id": "d0c84570-a01f-4579-9789-5e9f266587cd",
|
|
"reason_not_safe": "already managed",
|
|
"reference": {
|
|
"source-name":"_snapshot-d0c84570-a01f-4579-9789-5e9f266587cd"
|
|
},
|
|
"source_reference": {
|
|
"source-name": "volume-7c064b34-1e4b-40bd-93ca-4ac5a973661b"
|
|
},
|
|
"safe_to_manage": false,
|
|
"size": 1,
|
|
"extra_info": null
|
|
}
|
|
]
|
|
} |