GitHub user oldpatricka opened a pull request:
https://github.com/apache/libcloud/pull/163
Issue LIBCLOUD-417: Add support for more EC2 Elastic IP Address operations
Add support for:
DisassociateAddress
ReleaseAddress
AllocateAddress
Also fix AssociateAddress
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oldpatricka/libcloud LIBCLOUD-417
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/163.patch
----
commit f3b69c3cbb2b2b77af47aab7ae8b2980e1e4b68d
Author: Patrick Armstrong <[email protected]>
Date: 2013-10-15T16:46:06Z
Issue LIBCLOUD-417: Add support for more EC2 Elastic IP Address operations.
Add support for:
DisassociateAddress
ReleaseAddress
AllocateAddress
----