934a0e4ede
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
10 lines
390 B
YAML
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.
|