commit f8e595b0fa4d88bf764e13e7f871e0a0f05a8fde
Author: Timur Sufiev <email address hidden>
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).
Reviewed: https:/ /review. openstack. org/130844 /git.openstack. org/cgit/ openstack/ horizon/ commit/ ?id=f8e595b0fa4 d88bf764e13e7f8 71e0a0f05a8fde
Committed: https:/
Submitter: Jenkins
Branch: master
commit f8e595b0fa4d88b f764e13e7f871e0 a0f05a8fde
Author: Timur Sufiev <email address hidden>
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` , >Images- >get_data( ) less confusing
thus making code in Admin/Project-
(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: Ibe6d3dd1e94a1d 1fbf95382599a5f 53c3559ce5a
Closes-Bug: #1534670
Closes-Bug: #1336317