534b4f3895
It appears this was missed as this action never hits the compute API and is fully handled within the API itself. This change simply records an instance action directly in the API for this admin action providing a breadcrumb to operators and users. Closes-Bug: #1911924 Change-Id: Ifd9657f3357bc39cb904caa65168d38def8c9184
11 lines
565 B
YAML
11 lines
565 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The `os-resetState`_ API will now log an instance action when called. The
|
|
resulting instance action being visable via the `os-instance-actions`_ API
|
|
to users and admins, resolving `bug 1911924`_.
|
|
|
|
.. _bug 1911924: https://launchpad.net/bugs/1911924
|
|
.. _os-instance-actions: https://docs.openstack.org/api-ref/compute/?expanded=reset-server-state-os-resetstate-action-detail,list-actions-for-server-detail
|
|
.. _os-resetState: https://docs.openstack.org/api-ref/compute/?expanded=reset-server-state-os-resetstate-action-detail
|