cinder/api-ref/source/v3/samples/quotas-update-request.json
zhangbailin 864eab12d6 Fix json data format
Remove extra comma from sample json file.

Change-Id: Id49838597b9e4f59742c1371d5be7159deabb002
2018-02-07 16:57:15 +08:00

9 lines
120 B
JSON

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