Files
openstacksdk/releasenotes/notes/bug-2081292-def552ed9c4e24a3.yaml
Stephen Finucane d4eb9b04b6 compute, volume: Tweak 'update_quota_set' compat shim
The compatibility shim should modify the QuotaSet as a side-effect.

Change-Id: Ia9546afe7762d119430b2a5ab1d7d00296245dde
Closes-bug: #2081292
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-09-20 12:08:44 +01:00

11 lines
542 B
YAML

---
fixes:
- |
The ``update_quota_set`` methods in the Compute and Block Storage (v2, v3)
proxy APIs were modified in v3.3.0 to accept ``Project`` objects as the
first argument. A compatibility shim was included to handle callers still
passing ``QuotaSet`` objects, but this shim did not modify the provided
``QuotaSet`` object in place as the previous code did. This has now been
fixed. The shim is still expected to be removed in v5.0.0.
[`bug 2081292 <https://bugs.launchpad.net/openstacksdk/+bug/2081292>`_]