nova/releasenotes/notes/instance-actions-read-deleted-instances-18bbb327924b66c7.yaml
Mark Doffman 934a0e4ede Make os-instance-action read deleted instances.
Add a microversion change to the os-instance-actions API so that we
mutate the context to set 'read_deleted="yes"' when looking up the
instance.

Blueprint: os-instance-actions-read-deleted-instances
Change-Id: I607a28bbe06e20e17ee47a283e06b1d42b5c0e84
2016-02-05 07:59:52 -05:00

10 lines
390 B
YAML

---
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.