python-openstackclient/releasenotes/notes/no-force-limit-quota-cc7f291dd1b537c1.yaml
Stephen Finucane 09ff9a0f4c quota: Deprecate "force" behavior for network quotas
In change Idc1b99492d609eb699d0a6bef6cd760458a774f6, we added a
'--check-limit' option to enable "no force" behavior for network quotas.
This was already the default for compute quotas. Provide a path for
harmonizing the behavior of the two options by instead using a
'--no-force' option which will become the eventual default for the
network quotas also.

Change-Id: I25828a3d68e2e900f498e17a0d01fb70be77548e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-10-11 16:52:08 +01:00

14 lines
727 B
YAML

---
features:
- Add ``--no-force`` option to the ``openstack quota set`` command (only
for compute and network commands). When specified, the compute and network
quota engine will check the resource usage before setting the new quota
limit. This is the default behavior of the compute quota engine and will
become the default for the network quota engine in a future release.
deprecations:
- The ``openstack quota set`` command currently defaults to ``--force``
behavior for network quotas. This behavior is now deprecated and a future
release will switch to ``--no-force`` behavior. Users should explicitly
specify one of these options to prevent a potentially breaking change in
behavior.