summaryrefslogtreecommitdiff
path: root/releasenotes/notes/attachment-create-optional-server-id-9299d9da2b62b263.yaml
blob: 11935820b88a62c99dd76b23b2bf21a969c1594c (plain)
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.