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
12 lines
371 B
JSON
12 lines
371 B
JSON
{
|
|
"volumeAttachment": {
|
|
"attachment_id": "721a5c82-5ebc-4c6a-8339-3d33d8d027ed",
|
|
"delete_on_termination": true,
|
|
"device": "/dev/sdb",
|
|
"serverId": "7ebed2ce-85b3-40b5-84ae-8cc725c37ed2",
|
|
"tag": "foo",
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"bdm_uuid": "c088db45-92b8-49e8-81e2-a1b77a144b3b"
|
|
}
|
|
}
|