You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Chris DeRamus (JIRA)" <ji...@apache.org> on 2013/12/23 20:11:50 UTC

[jira] [Created] (LIBCLOUD-470) Update EC2 address calls with VPC support

Chris DeRamus created LIBCLOUD-470:
--------------------------------------

             Summary: Update EC2 address calls with VPC support
                 Key: LIBCLOUD-470
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-470
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
            Reporter: Chris DeRamus
            Priority: Minor


AWS elastic IP addresses for VPC work a tad differently than EC2. 

Add a new class EC2ElasticIpAddress which will store all attributes listed in the documentation: http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-DescribeAddresses.html. 

Update ex_describe_addresses to return a list of EC2ElasticIpAddress objects 

Update ex_release_address to include the allocation id as a keyword argument. This is required to release a VPC address.

Update ex_allocate_address with a domain keyword argument to support allocating addresses within VPCs.

Update ex_disassociate_address with a association_id keyword argument to support disassociating VPC addresses from an instance inside of a VPC network.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)