107d080476
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
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"quota_set": {
|
|
"id": "a7090a26bc554d93aa845a4d41808251",
|
|
"volumes": 10,
|
|
"volumes_ceph": -1,
|
|
"volumes_lvm-thin": -1,
|
|
"volumes_lvmdriver-1": -1,
|
|
"snapshots": 10,
|
|
"snapshots_ceph": -1,
|
|
"snapshots_lvm-thin": -1,
|
|
"snapshots_lvmdriver-1": -1,
|
|
"backups": 10,
|
|
"groups": 10,
|
|
"per_volume_gigabytes": -1,
|
|
"gigabytes": 1000,
|
|
"gigabytes_ceph": -1,
|
|
"gigabytes_lvm-thin": -1,
|
|
"gigabytes_lvmdriver-1": -1,
|
|
"backup_gigabytes": 1000
|
|
}
|
|
}
|