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>
11 lines
542 B
YAML
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>`_]
|