You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/01/26 15:18:08 UTC

[GitHub] [libcloud] micafer commented on issue #1646: GCE driver list_images method does not return all the images

micafer commented on issue #1646:
URL: https://github.com/apache/libcloud/issues/1646#issuecomment-1022299267


   One easy solution is setting:
   ```py
   self.connection.gce_params = {'maxResults': 1500}
   ```
   before this line:
   https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/gce.py#L2630


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org