summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2021-08-12 11:27:17 +0100
committerLee Yarwood <lyarwood@redhat.com>2021-09-02 14:35:17 +0100
commit51ee17a94dccd297101725593b223f01c4f9b906 (patch)
tree0fca6a2e240b6e98fc619fdce6f12fc1060d9c43 /releasenotes
parent6ce7da8aeb7e5d1347940433e087036e8e43eaa6 (diff)
downloadpython-openstackclient-51ee17a94dccd297101725593b223f01c4f9b906.tar.gz
compute: Add support for microversion 2.89
This microversion drops the duplicate ``id`` field while adding ``attachment_id`` and ``bdm_uuid`` to the output of the os-volume_attachments API reflected within osc by the ``openstack server volume list $server``command. Depends-On: https://review.opendev.org/c/openstack/nova/+/804275 Change-Id: I8a7002d8d65d7795e106b768df868198ab8b8143
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add_attachment_id_to_volume_attachment-cea605585db29e14.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/add_attachment_id_to_volume_attachment-cea605585db29e14.yaml b/releasenotes/notes/add_attachment_id_to_volume_attachment-cea605585db29e14.yaml
new file mode 100644
index 00000000..9a439896
--- /dev/null
+++ b/releasenotes/notes/add_attachment_id_to_volume_attachment-cea605585db29e14.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Added support for `microversion 2.89`_. This microversion removes the
+ ``id`` field while adding the ``attachment_id`` and ``bdm_uuid`` fields to
+ the responses of ``GET /servers/{server_id}/os-volume_attachments`` and
+ ``GET /servers/{server_id}/os-volume_attachments/{volume_id}`` with these
+ changes reflected in novaclient under the ``openstack server volume list``
+ command.
+
+ .. _microversion 2.89: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-89