cinder/api-ref/source/v3/samples/quota_sets/quotas-show-usage-response.json
whoami-rajat de3f8e2bff Automate generation of quotas api-ref samples
This patch adds the following tests:
1) quota sets
2) quota classes

Change-Id: Ie52071c0b69b49eee340ebf4b06446e824c4b5fe
Partially-Implements: blueprint generating-sample-files
2019-09-30 16:29:49 +05:30

55 lines
1.2 KiB
JSON

{
"quota_set": {
"backup_gigabytes": {
"in_use": 0,
"limit": 1000,
"reserved": 0
},
"backups": {
"in_use": 0,
"limit": 10,
"reserved": 0
},
"gigabytes": {
"in_use": 0,
"limit": 1000,
"reserved": 0
},
"gigabytes___DEFAULT__": {
"in_use": 0,
"limit": -1,
"reserved": 0
},
"groups": {
"in_use": 0,
"limit": 10,
"reserved": 0
},
"id": "fake_tenant",
"per_volume_gigabytes": {
"in_use": 0,
"limit": -1,
"reserved": 0
},
"snapshots": {
"in_use": 0,
"limit": 10,
"reserved": 0
},
"snapshots___DEFAULT__": {
"in_use": 0,
"limit": -1,
"reserved": 0
},
"volumes": {
"in_use": 0,
"limit": 10,
"reserved": 0
},
"volumes___DEFAULT__": {
"in_use": 0,
"limit": -1,
"reserved": 0
}
}
}