diff options
| author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | 2022-02-03 15:08:35 +0000 |
|---|---|---|
| committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | 2022-03-17 02:38:07 +0000 |
| commit | 1c6d396ba30c1a92a417f778d7522ea43e9b2d4a (patch) | |
| tree | a31895947bdcfe160b8e28b002574f5cc0518c4e /releasenotes | |
| parent | e91e0e001c8c46f33f0a67860e78b6bc285b4ecb (diff) | |
| download | python-openstackclient-1c6d396ba30c1a92a417f778d7522ea43e9b2d4a.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/quota-network-force-920913981b45ba1a.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/quota-network-force-920913981b45ba1a.yaml b/releasenotes/notes/quota-network-force-920913981b45ba1a.yaml new file mode 100644 index 00000000..06507dfe --- /dev/null +++ b/releasenotes/notes/quota-network-force-920913981b45ba1a.yaml @@ -0,0 +1,5 @@ +--- +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. |
