File: add_attachment_id_to_volume_attachment-cea605585db29e14.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (11 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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