horizon/openstack_dashboard/api
KeithMnemonic 1108d2c40e Fix "prev" link pagination for instances with identical timestamps
This patch resolves an issue with the "prev" link when instances
have identical "created_at" values. This can occur when creating
instance using the "min/max count" option. The reverse sort does not
work correctly as the server list returned from nova is not an exact
reverse as the forward sort. It looks like the combination of sort_keys
must be unique to ensure the forward and reverse pagination properly.
As a workaround 'uuid' (server ID) is added to 'sort_keys'.
In addition, 'display_name' is added before 'uuid' in 'sort_keys'
to list servers in the alphabetical order (which sounds natural).

Closes-Bug #1856243
Change-Id: I73234b2c69ce8ea648b4a9721abe4f5670031909
(cherry picked from commit 9637d73374)
2019-12-27 18:12:07 +00:00
..
rest Update api-ref location 2019-07-23 09:43:24 +02:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
_nova.py Define default settings explicitly (openstack_dashboard 1/5) 2019-04-24 02:32:47 +09:00
base.py Handle move of ABCs to collections.abc 2019-09-10 19:21:20 +09:00
cinder.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
glance.py Specify proper container_format for 'vhd' disk_format 2019-09-18 06:20:54 +00:00
keystone.py Fix users/projects list when domain context is changed 2019-12-13 10:23:53 +00:00
microversions.py Drop cinder consistency group support 2019-05-03 18:16:23 +00:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
nova.py Fix "prev" link pagination for instances with identical timestamps 2019-12-27 18:12:07 +00:00
swift.py Drop deprecated Keystone V2 API support 2019-09-12 17:15:07 +00:00