mirror of https://github.com/apache/jclouds.git
ad79081f43
If the TemplateBuilderImpl is given an imageId but the image can not be found in the image cache, fallback to the GetImageStrategy to perform a call to the provider to try to get it. We've seen that in some cases images are not returned in the image list but they actually exist in the provider. This fix won't make them available when filtering by other properties such as the operating system, etc, but at least will make them available if their id is known. |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds API for Amazon's EC2 service (http://aws.amazon.com/ec2/). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example. NOTE: The live tests in apis/ec2 will *not* work against AWS EC2 with AWS accounts created from December 04, 2013 and onward, due to those accounts only supporting VPC, and VPC requiring different parameters (ID rather than name) for referring to and acting on security groups. To run the EC2 live tests against AWS, go to providers/aws-ec2. apis/ec2 will retain the older security group name usage to support EC2 API shims, such as OpenStack, CloudStack, etc.