de3f8e2bff
This patch adds the following tests: 1) quota sets 2) quota classes Change-Id: Ie52071c0b69b49eee340ebf4b06446e824c4b5fe Partially-Implements: blueprint generating-sample-files
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"quota_set": {
|
|
"backup_gigabytes": 1000,
|
|
"backups": 4,
|
|
"gigabytes": 1000,
|
|
"gigabytes___DEFAULT__": -1,
|
|
"groups": 11,
|
|
"per_volume_gigabytes": -1,
|
|
"snapshots": 10,
|
|
"snapshots___DEFAULT__": -1,
|
|
"volumes": 5,
|
|
"volumes___DEFAULT__": -1
|
|
}
|
|
} |