diff options
| author | Zuul <zuul@review.opendev.org> | 2022-11-05 09:24:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-11-05 09:24:51 +0000 |
| commit | 837cbfbcdbf6ca42805d10604f8b383ee8e33641 (patch) | |
| tree | bbb6b3c37c3201ef152e8300bd006912879ecfb7 /releasenotes/notes | |
| parent | b0b47472d81b4f29ed70a0755434ac9e4a4b9f62 (diff) | |
| parent | 09ff9a0f4c118f50924d2fc078d6a4501e696224 (diff) | |
| download | python-openstackclient-837cbfbcdbf6ca42805d10604f8b383ee8e33641.tar.gz | |
Merge "quota: Deprecate "force" behavior for network quotas"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/no-force-limit-quota-cc7f291dd1b537c1.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/no-force-limit-quota-cc7f291dd1b537c1.yaml b/releasenotes/notes/no-force-limit-quota-cc7f291dd1b537c1.yaml new file mode 100644 index 00000000..53b7eb8d --- /dev/null +++ b/releasenotes/notes/no-force-limit-quota-cc7f291dd1b537c1.yaml @@ -0,0 +1,13 @@ +--- +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. |
