summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTommyLike <tommylikehu@gmail.com>2017-03-25 11:12:57 +0800
committerTommyLike <tommylikehu@gmail.com>2017-04-01 01:15:43 +0000
commitae7ab7dfc5a850319ba303261f71fb298926b780 (patch)
tree46d5652f236a9f4de2844540cc73f8e24facb01a /releasenotes
parent6493b810a7414e69d82a82fce5cfa1dd2f2439f0 (diff)
downloadpython-cinderclient-ae7ab7dfc5a850319ba303261f71fb298926b780.tar.gz
[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: 273c724382ae846fe075aa6d93b30b3d0b07bf97 Closes-Bug: #1675975
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml b/releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml
new file mode 100644
index 0000000..71f1cff
--- /dev/null
+++ b/releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml
@@ -0,0 +1,6 @@
+---
+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>`_]