Files
python-cinderclient/releasenotes/notes/attachment-create-optional-server-id-9299d9da2b62b263.yaml
Rajat Dhasmana d714249ca9 Make instance_uuid optional in attachment create
Cinder and cinderclient assumes an attachment create request will
always contain instance_uuid. This is not true when glance calls
cinder for attachment in glance cinder configuration.
This patch (along with the cinder patch) make the instance_uuid
optional and allow glance to do attachments without passing
instance_uuid.

Change-Id: Ifbaca4aa87d890bc5130069638d42665b914b378
2021-07-14 11:20:28 -04:00

10 lines
361 B
YAML

---
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.