Files
neutron/releasenotes/notes/quota-always-checks-resource-usage-6e5e18f5c8f4b725.yaml
Rodolfo Alonso Hernandez a859760323 Neutron quota engine checks the resource usage by default
Now the Neutron quota engine always checks the current resource usage
before updating the quota limits. Only when the CLI "--force"
parameter is passed, this check is skipped. That aligns the Neutron
quota engine behaviour with other projects.

The Neutron quota commands now always check the resource limits. The
CLI parameter "--check-limits" is no longer needed, as this is the
default behaviour.

Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/928770

Closes-Bug: #1953170
Change-Id: I2a9cd89cfe40ef635892cefeb61264272fe7bf16
2024-09-26 08:52:52 +00:00

13 lines
493 B
YAML

---
features:
- |
Since Epoxy (2025.1) release, the Neutron quota engine always checks
the current resource usage before updating the quota limits. Only when the
CLI "--force" parameter is passed, this check is skipped. That aligns the
Neutron quota engine behaviour with other projects.
deprecations:
- |
The Neutron quota commands now always check the resource limits. The CLI
parameter "--check-limits" is no longer needed, as this is the default
behaviour.