cinder/api-ref/source/v3/samples/quotas-update-request.json
wangxiyuan 107d080476 [Api-ref] Update quota-set APIs ref
The api-ref for quota-set is totally wrong. This patch updated
it to keep the same with Cinder's behavior.

Change-Id: Ib71d53e920a867ff080c929672f3120a639e3a28
Closes-bug: #1696347
2017-06-29 09:22:22 +08:00

10 lines
150 B
JSON

{
"quota_set":{
"groups": 11,
"volumes": 5,
"volumes_ceph": 3,
"backups": 4
},
"skip_validation": false
}