summaryrefslogtreecommitdiff
path: root/releasenotes/notes/instance-actions-read-deleted-instances-18bbb327924b66c7.yaml
blob: 1600076a6fb3fb3c73c51f616de3c055f729231c (plain)
1
2
3
4
5
6
7
8
9
---
features:
    - The os-instance-actions methods now read actions from deleted instances.
      This means that
      'GET /v2.1/{tenant-id}/servers/{server-id}/os-instance-actions'
      and
      'GET /v2.1/{tenant-id}/servers/{server-id}/os-instance-actions/{req-id}'
      will return instance-action items even if the instance corresponding to
      '{server-id}' has been deleted.