File: bug-2081292-def552ed9c4e24a3.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
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>`_]