mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +00:00
- Adds the SecurityGroupExtension to compute, with tests and stub support. - Gets everything else to actually build against this. - Unifies on compute's IpPermission/IpProtocol, eliminating EC2's. - Converters from EC2/Nova/CloudStack SecurityGroup (and rules, for the latter two) to the compute SecurityGroup (and rules, etc). - EC2SecurityGroupExtension and tests. - AWSEC2SecurityGroupExtension and tests - depends on JCLOUDS-99.
# # 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.