51ee17a94d
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
12 lines
544 B
YAML
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
|