python-manilaclient/releasenotes/notes/bug-2047249-fix-osc-quota-set-per-share-gigabytes-fcff7f8ce2cc3c75.yaml
Goutham Pacha Ravi 3ec364d1fd Fix "per_share_gigabytes" in "openstack quota set"
The "per_share_gigabytes" quota param was introduced
in API version 2.62; when using older API versions,
we shouldn't be setting this parameter.

Closes-Bug: #2047249
Change-Id: I1eceee52726cef3494648521e4516010ca02f095
2024-01-26 11:43:49 -08:00

7 lines
234 B
YAML

---
fixes:
- |
The `openstack share quota set` command has been fixed to not set
`per_share_gigabytes` unless the user has specified the parameter, and
unless the user requests, and the server supports API version 2.62.