Reviewed: https://review.openstack.org/130844 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f8e595b0fa4d88bf764e13e7f871e0a0f05a8fde Submitter: Jenkins Branch: master
commit f8e595b0fa4d88bf764e13e7f871e0a0f05a8fde Author: Timur Sufiev <[email protected]> Date: Fri Oct 24 20:14:46 2014 +0400 Sort images list in ascending alphabetical order Move most of the pagination-logic to `api.glance.image_list_detailed`, thus making code in Admin/Project->Images->get_data() less confusing (and remove hard-coded 'asc'|'desc' values). Also prepare to get images both from glanceclient.v1 and glanceclient.v2 (which doesn't set `is_public` attr on images using `visibility` attr instead). Change-Id: Ibe6d3dd1e94a1d1fbf95382599a5f53c3559ce5a Closes-Bug: #1534670 Closes-Bug: #1336317 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1336317 Title: List of images is not sorted in any useful manner Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Various places in the Horizon UI display a list of images. None of these places seem to sorted the list in any kind of useful order. If it is sorted at all, it must be sorted based on some property which is invisible in the UI, thus giving the impression it is unsorted When a provider has uploaded images for very many different OS (100+) this makes it really tedious to find the one you actually want to look at. I see this problem at /project/images/ /admin/images/images/ In addition at /project/instances/launch the image list appears to be sorted on name, but case-sensitive to 'Fedora' comes before 'archlinux'. IMHO it should be case-insensitive so peoples choice of upper/lowercase doesn't mix up the sorting. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1336317/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

