2015-08-20 15:10:29 |
Kairat Kushaev |
bug |
|
|
added bug |
2015-08-20 15:10:34 |
Kairat Kushaev |
glance: assignee |
|
Kairat Kushaev (kkushaev) |
|
2015-08-27 10:48:45 |
Kairat Kushaev |
description |
It seems that glance client doesn't have pagination for image-list correctly implemented:
1) glance client v2 doesn't have marker parameter defined
2) glance client ignores page-size parameter when specifying image-list.
glance image-list --page-size 1 returns all images. |
It would useful to allow users to output list of images by pages.
But right now it is not possible because glance client v2 doesn't have marker parameter defined. |
|
2015-09-28 12:02:36 |
Kairat Kushaev |
affects |
glance |
python-glanceclient |
|
2015-09-28 12:02:46 |
Kairat Kushaev |
python-glanceclient: status |
New |
In Progress |
|
2015-12-07 09:48:30 |
Kairat Kushaev |
python-glanceclient: importance |
Undecided |
Wishlist |
|
2015-12-07 09:48:35 |
Kairat Kushaev |
python-glanceclient: status |
In Progress |
New |
|
2015-12-07 09:49:07 |
Kairat Kushaev |
tags |
|
spec-lite |
|
2015-12-07 10:01:58 |
Kairat Kushaev |
description |
It would useful to allow users to output list of images by pages.
But right now it is not possible because glance client v2 doesn't have marker parameter defined. |
Imagine that a user(f.e admin) has 200 images.
If he requested first 100 images (with limit option) there is no way to review last 100 images.
To provide this possibility it would be useful to have --marker option that provides possibility to pass marker - the ID of the item on the last page.
glanceclient should output all images after that marker to the user.
It allows to review images page-by-page instead of reviewing big list of images that exceeds screen space. |
|
2015-12-15 14:26:38 |
Stuart McLaren |
summary |
Pagination doesn't work with v2 API image-list |
v2 cli doesn't support passing a marker to image-list |
|
2016-01-20 12:15:47 |
Flavio Percoco |
tags |
spec-lite |
spec-lite triaged |
|
2016-01-20 12:15:49 |
Flavio Percoco |
python-glanceclient: status |
New |
Triaged |
|
2016-01-20 14:01:36 |
Kairat Kushaev |
python-glanceclient: status |
Triaged |
In Progress |
|
2017-01-31 16:37:36 |
Ian Cordasco |
nominated for series |
|
python-glanceclient/newton |
|
2017-01-31 16:37:36 |
Ian Cordasco |
bug task added |
|
python-glanceclient/newton |
|
2017-01-31 16:37:36 |
Ian Cordasco |
nominated for series |
|
python-glanceclient/ocata |
|
2017-01-31 16:37:36 |
Ian Cordasco |
bug task added |
|
python-glanceclient/ocata |
|