mirror of https://github.com/apache/jclouds.git
0aa19a0cee
Involves some non-trivial reworking of EC2 security group translation/binding, but it was necessary. Still problems with a number of tests: - org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest#testTemplateBuilderWithLessRegions - org.jclouds.ec2.compute.EC2TemplateBuilderLiveTest#testTemplateBuilderCanUseImageIdWithoutFetchingAllImages Those seem to be failing because there's caching going on that they're not expecting, but I could be wrong. Also failing: - org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest in general - org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest - a couple tests |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds provider for Amazon's EC2 (http://aws.amazon.com/ec2/). # # Expects the jclouds ec2 API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.