python-openstackclient/releasenotes/notes/quota-network-force-920913981b45ba1a.yaml
Rodolfo Alonso Hernandez 1c6d396ba3 Allow "--force" flag in quota network commands
This flag allows to set a new Neutron quota resource limit without
checking first the current resource usage. The new limit will be
set anyway. This flag was used only by the compute engine.

Related-Bug: #1953170
Change-Id: I7084f8208b804236ac99e6842db7a45854ce54d7
2022-03-17 02:38:07 +00:00

6 lines
242 B
YAML

---
features:
- Add ``--force`` options to the ``openstack quota set`` command for network
service commands. Neutron quota engine now accepts "force" flag to set
a new resource quota limit, regardless of the current resource usage.