GitHub user cpsaltis opened a pull request:
https://github.com/apache/libcloud/pull/77
Add image id filter in EC2 list images
This is very similar to what is being already done with ex_node_ids in
list_nodes.
It helps you avoid the really large image list Amazon sends when you know
exactly the ids you are looking for.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cpsaltis/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/77.patch
----
commit 3019bea03c79a232069dec177b02ccbcc41144c4
Author: Christos Psaltis <[email protected]>
Date: 2012-11-08T08:57:54Z
Add ex_image_ids filter in ec2 list_images.
This works similarly to ex_node_ids in list_nodes of the same driver.
----