python-openstackclient/releasenotes/notes/quota-delete-947df66ae5341cbf.yaml
Stephen Finucane 45bec041b2 quota: Add 'quota delete' command
We had previously indicated that people use 'quota set' for unsetting a
project's quotas, however, there was nothing that actually allowed us to
do this. Correct that oversight.

Change-Id: I04057e766b8ccf94bf219972249b68dc2bb796d4
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-09-30 10:54:11 +01:00

6 lines
178 B
YAML

---
features:
- |
Added a new command, ``quota delete``, that will allow admins delete quotas
set for projects. Supported by the compute, volume, and network services.