cinder/api-ref/source/v3/samples/volumes/volume-update-request.json
whoami-rajat 6ba39e4a9e Automate generation of volumes api-ref samples
This patch adds the following tests:

1) Volumes
2) volume-type access

Change-Id: Iad7932337647274dbbbc35045b4febbbc8d9d36d
Partially-Implements: blueprint generating-sample-files
2019-01-13 19:57:32 +05:30

9 lines
171 B
JSON

{
"volume": {
"name": "vol-003",
"description": "This is yet, another volume.",
"metadata": {
"name": "metadata0"
}
}
}