horizon/openstack_dashboard/api
KeithMnemonic b8ebc8d1ac 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 19:17:00 +00:00
..
rest Fix tenant floating_ip_allocation call in neutron rest api. 2019-11-29 13:43:51 +00:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
base.py Generic volume group support 2018-06-09 06:39:18 +00:00
cinder.py Use correct cinder API version for tenant_absolute_limits 2019-03-06 10:46:07 +00:00
glance.py Call Glance list with certain image ids 2019-11-22 09:52:08 -05:00
keystone.py Fix changing user's own password 2018-10-30 12:25:39 +00:00
microversions.py Use correct cinder API version for tenant_absolute_limits 2019-03-06 10:46:07 +00: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-09-14 03:53:23 +00:00
nova.py Fix "prev" link pagination for instances with identical timestamps 2019-12-27 19:17:00 +00:00
swift.py Add swift object copy function 2018-03-14 08:12:11 +09:00