File: attachment-create-optional-server-id-9299d9da2b62b263.yaml

package info (click to toggle)
python-cinderclient 1%3A9.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,828 kB
  • sloc: python: 18,009; makefile: 94; sh: 25
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    When attaching to a host, we don't need a server id
    so it shouldn't be mandatory to be supplied with
    attachment-create operation.
    The server_id parameter is made optional so we can
    create attachments without passing it.
    The backward compatibility is maintained so we can pass
    it like how we currently do if required.