File: compute-volume-attachment-proxy-method-rework-dc35fe9ca3af1c16.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    The signatures of the various volume attachment-related methods in the
    compute API proxy layer have changed. These were previously incomplete and
    did not function as expected in many scenarios. Some callers may need to be
    reworked. The affected proxy methods are:

    - ``create_volume_attachment``
    - ``delete_volume_attachment``
    - ``update_volume_attachment``
    - ``get_volume_attachment``
    - ``volume_attachments``