Files
neutron-lib/releasenotes/notes/add-quota-check-limit-api-extension-8e39299644d41f74.yaml
Rodolfo Alonso Hernandez 14df80519c Add API shim extension "quota-check-limit"
This extension indicates if Neutron supports checking the resource
usage before applying a new quota limit.

Change-Id: I94baf069624da4e4009eb8c0820f91b4d9e6738f
Related-Bug: #1936408
2021-09-09 14:33:28 +00:00

8 lines
320 B
YAML

---
features:
- |
Add API extension ``quota-check-limit``. This is a shim extension that
indicates if Neutron supports checking the resource usage before applying
a new quota limit. A new API parameter ``check_limit`` is introduced; it
can be used in the ``quota`` update request to enable this check.