
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
10 lines
299 B
JSON
10 lines
299 B
JSON
{
|
|
"volumeAttachment": {
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"serverId": "fddf0901-8caf-42c9-b496-133c570b171b",
|
|
"device": "/dev/sdb",
|
|
"tag": "foo",
|
|
"delete_on_termination": true
|
|
}
|
|
} |