python-openstackclient/releasenotes/notes/add_attachment_id_to_volume_attachment-cea605585db29e14.yaml
Lee Yarwood 51ee17a94d 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
2021-09-02 14:35:17 +01:00

12 lines
544 B
YAML

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