
This is a shim extension that indicates if Neutron quota engine checks the resource usage before updating any quota limit. That makes the extension ``quota-check-limit`` to be the default Neutron quota engine behaviour and aligns it with other projects. To enforce a quota limit without checking the resource usage, now it is needed to pass the CLI parameter "--force". Related-Bug: #1953170 Related-Bug: #1936408 Change-Id: I778e6090fe4d01e2bf0b51933897e80624bab38a
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"quota": {
|
|
"floatingip": 50,
|
|
"network": 10,
|
|
"port": 50,
|
|
"rbac_policy": -1,
|
|
"router": 10,
|
|
"security_group": 10,
|
|
"security_group_rule": 100,
|
|
"subnet": 10,
|
|
"subnetpool": -1,
|
|
"check_limit": "True",
|
|
"force": "False"
|
|
}
|
|
}
|