deb-python-cinderclient/releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml
TommyLike ae7ab7dfc5 [BugFix] Make 'instance_id' required in attachment-create CLI.
There are some issues around new attach/detach APIs/CLIs,
fix them step by step. Based our current API design
in cinder [1] and irc conversation [2] the 'instance_uuid'
is required, also change the name from 'instance_uuid' to
'server_id'.

[1]
https://github.com/openstack/cinder/blob/master/cinder/api/v3/attachments.py#L152
[2]
http://eavesdrop.openstack.org/irclogs/%23openstack-cinder/%23openstack-cinder.2017-03-24.log.html#t2017-03-24T13:32:03
Change-Id: Ia819d04800a0f9cbd46e844895729126edc77ed9
Depends-On: 273c724382
Closes-Bug: #1675975
2017-04-01 01:15:43 +00:00

7 lines
263 B
YAML

---
fixes:
- The 'server_id' is now a required parameter when creating an
attachment, that means we should create an attachment with
a command like, 'cinder attachment-create <volume> <server_id>'.
[Bug `1675975 <https://bugs.launchpad.net/bugs/1675975>`_]