Files
neutron-lib/releasenotes/notes/add-quota-check-limit-default-api-extension-fa93ab98db487390.yaml
Rodolfo Alonso Hernandez 3d4e0fa1cf Add API extension `quota-check-limit-default`
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
2024-09-06 07:07:44 +00:00

10 lines
463 B
YAML

---
features:
- |
Add API extension ``quota-check-limit-default``. 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".