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