Matt Riedemann 3dbb0c4c57 api-ref: document ordering for instance actions and events
Whenever I use the os-instance-actions API I have to look at
the DB API source code to figure out the sort order of the
resulting instanceActions and each action's events, which
is desc(created_at) in both cases (and desc(id) but that should
not matter here since the id is not exposed in the API).

This change mentions the resulting sort order of those fields
in the API reference so I can stop looking at source code.

[1] https://github.com/openstack/nova/blob/e7ae6c65c/nova/db/sqlalchemy/api.py#L5149
[2] https://github.com/openstack/nova/blob/e7ae6c65c/nova/db/sqlalchemy/api.py#L5289

Change-Id: Ib5758bc21296e8b6c041198661c147b8e99d57e5
2019-04-03 18:03:28 -04:00
..
2018-01-18 10:39:24 +00:00
2019-02-13 13:19:06 -05:00
2016-11-11 14:01:51 -05:00
2017-03-31 06:19:01 +00:00
2017-03-29 01:37:56 +08:00
2017-11-28 11:07:36 +08:00
2017-07-13 11:40:43 +08:00