Files
openstacksdk/releasenotes/notes/fix-quota-show-defaults-0a8c388926eae18b.yaml
Rajat Dhasmana df1b9e4f8c Fix: Quota show defaults
The ``quota show --default`` command has the URL
``os-quota-sets/{project_id}/defaults`` whereas we used
``os-quota-sets/defaults`` which results in passes "defaults"
as the project ID.
This was uncovered by adding project ID validation in the
cinder quotas API[2].

Closes-Bug: #2107375

[1] https://docs.openstack.org/api-ref/block-storage/v3/#get-default-quotas-for-a-project
[2] https://review.opendev.org/c/openstack/cinder/+/784763

Change-Id: Ibc8a084dbf41f18af28ab5592d9f5638f481c007
2025-04-15 14:17:21 +05:30

6 lines
102 B
YAML

---
fixes:
- |
Fixed issue with ``quota show --default`` command by
correcting the API URL.