![Sergey Galkin](/assets/img/avatar_default.png)
1. Switch to v2 quatas schema 2. Remove v1 support Closes-Bug: 1884021 Closes-Bug: 1884022 Change-Id: If04f9ecef94d40e3e18180ca1c098a56aab7f5f6
31 lines
779 B
JSON
31 lines
779 B
JSON
{
|
|
"DesignateBasic.create_and_list_zones": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"quotas": {
|
|
"designate": {
|
|
"zones": 100,
|
|
"zones_recordsets": 500,
|
|
"zones_records": 2000,
|
|
"recordset_records": 2000
|
|
}
|
|
},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|