| commit | 84cabff2052526d8979841fb86f61fbaf8ecf0d2 | [log] [tgz] |
|---|---|---|
| author | melanie witt <melwittt@gmail.com> | Sat Apr 04 20:21:59 2026 -0700 |
| committer | melanie witt <melwittt@gmail.com> | Sun Apr 05 01:14:02 2026 -0700 |
| tree | dc2c0c34a02fd434d389816e2d9c416f464b8eed | |
| parent | 744da46519a1dd1a34bc4623811485cdab5d41fc [diff] |
Add response schemas for list_instance_actions 2.58
In microversion 2.58, the 'updated_at' and 'links' fields were added to
the GET /servers/{server_id}/os-instance-actions API response.
Schemas had not been updated for this in the past, causing tests
calling the API with newer microversions to fail response schema
validation.
This adds the missing schemas.
Change-Id: I7e46e12540a7b9771dbd411911dfe839bc34a076
Signed-off-by: melanie witt <melwittt@gmail.com>