toabctl opened a new issue #1466:
URL: https://github.com/apache/libcloud/issues/1466


   ## Summary
   
   When listing images with `list_images()` on OpenStack, not all images are 
listed.
   
   ## Detailed Information
   
   The OpenStack image service (Glance) v2 api does have a pagination 
mechanism. So when iterating over all images, the user needs to look for a 
`next` link. See https://docs.openstack.org/api-ref/image/v2/#list-images
   
   But this next link is not handled in the current OpenStack driver. This 
happens with apache-libcloud 3.0.0 from pypi.
   
   The relavant code is here: 
https://libcloud.readthedocs.io/en/stable/_modules/libcloud/compute/drivers/openstack.html#OpenStack_2_NodeDriver.list_images


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to