cfa172c4fd
Depends-On: https://review.opendev.org/c/openstack/nova/+/804275 Change-Id: If6275dbd3795047c111ac507a12b034e60029df8
12 lines
539 B
YAML
12 lines
539 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 ``nova volume-attachments``
|
|
command.
|
|
|
|
.. _microversion 2.89: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-89
|