[Bug 541468] Re: euca-describe-images <img> lists all images when querying against ec2

Scott Moser smoser at canonical.com
Fri Mar 19 00:40:42 GMT 2010


On Thu, 18 Mar 2010, Neil Soman wrote:

> Reintroducing the workaround fixes this problem. The list from EC2
> includes all images even if an image id is specified.

This is simply not true.
You can convince yourself of it by using 'get_image' from boto.
   euca_conn.get_image(image_ids[0])
or
   images = euca_conn.get_all_images(image_ids=image_ids, None, None)

The former will return 1 image, the latter, given a valid list, will
return that number.

I'll play with this some more tomorrow.  The work around of locally
filtering everything can obviously be made to work, but its terribly
wasteful.

-- 
euca-describe-images <img> lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.



More information about the Ubuntu-server-bugs mailing list