summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-support-delete-on-termination-in-server-attach-volume-5d08b4e97fdd24f9.yaml
blob: 9dd1effc16d21f637f0be90e768a693765733443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    Microversion 2.79 adds support for specifying the ``delete_on_termination``
    field in the request body when attaching a volume to a server, to support
    configuring whether to delete the data volume when the server is destroyed.
    Also, ``delete_on_termination`` is added to the GET responses when showing
    attached volumes, and the ``delete_on_termination`` field is contained
    in the POST API response body when attaching a volume.

    The affected APIs are as follows:

    * ``POST /servers/{server_id}/os-volume_attachments``
    * ``GET /servers/{server_id}/os-volume_attachments``
    * ``GET /servers/{server_id}/os-volume_attachments/{volume_id}``