ac21c6674c
This microversion adds attachment_id and bdm_uuid as stored in the underlying bdm record while also removing the duplicate id field from the responses of ``GET /servers/{server_id}/os-volume_attachments`` and ``GET /servers/{server_id}/os-volume_attachments/{volume_id}``. To accomidate this within the _translate_attachment_summary_view helper is folded into _translate_attachment_detail_view with the remaining caller in the now deprecated os-volumes API now replaced with a static dictionary. Blueprint: add-attachmentid-to-responses-of-the-os-volume-attachments-api Change-Id: I977c3fd9bbb1e1d42e6979222137e7366d2815e8
9 lines
364 B
YAML
9 lines
364 B
YAML
---
|
|
features:
|
|
- |
|
|
Microversion 2.89 has been introduced and will include the
|
|
``attachment_id`` of a volume attachment, ``bdm_uuid`` of the block device
|
|
mapping record and removes the duplicate ``id`` from the responses for ``GET
|
|
/servers/{server_id}/os-volume_attachments`` and ``GET
|
|
/servers/{server_id}/os-volume_attachments/{volume_id}``.
|