7bc4886a03
Update documentation to fit into the new manila quota keys: - `share_replicas` - `replica_gigabytes` Closes-Bug: #1881921 Change-Id: I91fa2222743da06557ceb52fcbae0f8928d0752c
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"quota_set": {
|
|
"gigabytes": 1000,
|
|
"shares": 50,
|
|
"snapshot_gigabytes": 1000,
|
|
"snapshots": 50,
|
|
"id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"share_networks": 10,
|
|
"share_groups": 10,
|
|
"share_group_snapshots": 10,
|
|
"share_replicas": 100,
|
|
"replica_gigabytes": 1000
|
|
}
|
|
}
|