File: add-quota-check-limit-default-api-extension-fa93ab98db487390.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
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".