nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

ec2 query command with image Id parameter not returning the correct results #84

Closed buzztroll closed 12 years ago

buzztroll commented 12 years ago

When using boto:

image_name = "any name" image_obj = ec2conn.get_image(image_name)

the image_obj returned will always be the first one in your list, and not the one requested.

buzztroll commented 12 years ago

This should be ready for RC2