horizon/openstack_dashboard/api
KeithMnemonic 5f27609352 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:46 +00:00
..
rest Fix tenant floating_ip_allocation call in neutron rest api. 2019-11-29 13:43:34 +00:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
_nova.py pylint: fix cyclic-import 2019-02-09 21:08:48 +09:00
base.py Merge "pylint: fix len-as-condition warning" 2019-01-16 14:25:39 +00:00
cinder.py Merge "Add Project Information column in group-snapshot table" 2019-03-06 17:51:29 +00:00
glance.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
keystone.py Fix users/projects list when domain context is changed 2019-12-13 10:24:16 +00:00
microversions.py Add key_type selection on Keypairs form 2019-03-13 16:32:06 +02:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Fix listing security groups when no rules 2019-08-20 16:42:47 +00:00
nova.py Fix "prev" link pagination for instances with identical timestamps 2019-12-27 18:12:46 +00:00
swift.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00