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
10 lines
361 B
YAML
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. |