cinder/api-ref/source/v3/samples/volume-type-create-response.json
junboli c07d3018eb Add params for v3 API volume-type-create
In api-ref/source/v3/volumes-v3-type.inc, the api for type-create is missing request
params, So the patch is to add the missing param as well as the sample JSON files.

Change-Id: Iac982462ea0afe8e388d9f6e26b89c01e9c46a8c
2017-06-23 18:06:02 +08:00

12 lines
258 B
JSON

{
"volume_type": {
"name": "test_type",
"extra_specs": {},
"os-volume-type-access:is_public": true,
"is_public": true,
"id": "6d0ff92a-0007-4780-9ece-acfe5876966a",
"description": "test_type_desc"
}
}