GitHub user cderamus opened a pull request:
https://github.com/apache/libcloud/pull/222
LIBCLOUD-494: Add image extension methods for create/copy
This PR adds new extension methods to copy AMIs between Amazon regions and
also adds the ability to create an image from an EBS backed instance. Unit
tests and new fixtures are included.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DivvyCloud/libcloud
LIBCLOUD-494_Add_Image_Extension_Methods
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/222.patch
----
commit 7772606f3a1a3e14471c77c5b303140669d8dd22
Author: Chris DeRamus <[email protected]>
Date: 2013-12-26T17:23:42Z
Merge pull request #12 from apache/trunk
Synchronizing changes
commit 43f931cedbe1f39c5be9a19ea7b6d2f73369c81c
Author: Chris DeRamus <[email protected]>
Date: 2013-12-27T13:07:23Z
Merge pull request #13 from apache/trunk
Synchronizing fork
commit 93ee2ebfa09ac5f35aa46db7fcc2028d46c86aa7
Author: Chris DeRamus <[email protected]>
Date: 2013-12-27T17:59:38Z
Merge pull request #14 from apache/trunk
Synchronizing fork
commit 4b8e220705e02e48adb1cfdcebe4f6218a1ba15b
Author: Chris DeRamus <[email protected]>
Date: 2013-12-28T13:33:47Z
Merge pull request #16 from apache/trunk
Synchronizing fork
commit 7980d7057717e67c2f3df01297695b2dc02024a2
Author: Chris DeRamus <[email protected]>
Date: 2013-12-29T12:21:55Z
Merge pull request #17 from apache/trunk
Synchronizing fork
commit 0d5710db21d3f5f61ea39f47f251288a865c3f72
Author: Chris DeRamus <[email protected]>
Date: 2013-12-30T11:32:24Z
Merge pull request #18 from apache/trunk
Synchronizing fork
commit f04d92001193ff38f6690bd75121411231c77f78
Author: Chris DeRamus <[email protected]>
Date: 2013-12-30T14:15:34Z
Merge pull request #19 from apache/trunk
Synchronizing fork
commit 7a700d9603eacc8f430e12f00b2e7ea850d71193
Author: Chris DeRamus <[email protected]>
Date: 2014-01-02T11:48:31Z
Merge pull request #20 from apache/trunk
Synchronizing fork
commit d4643f56918bb8548df4c656c2e104977340f237
Author: Chris DeRamus <[email protected]>
Date: 2014-01-10T13:05:57Z
Merge pull request #21 from apache/trunk
Synchronizing fork
commit 044eee67c31468a0618f625721d11a5629e1f1a1
Author: Chris DeRamus <[email protected]>
Date: 2014-01-12T12:34:45Z
Merge remote-tracking branch 'upstream/trunk' into trunk
commit 46a841741948f5dc5048cd200db8818a95f6fa86
Author: Chris DeRamus <[email protected]>
Date: 2014-01-12T18:23:40Z
Merge remote-tracking branch 'upstream/trunk' into trunk
commit f2a1b5a1ffcd7344fd10b2d34a5622c83b9ed801
Author: Chris DeRamus <[email protected]>
Date: 2014-01-12T19:55:16Z
Issue LIBCLOUD-494: Add extension methods to support additional EC2 image
calls. The first is ex_copy_image which is used to copy Amazon Machine Images
between regions and the second is ex_create_image which can be used to create
an AMI from an EBS backed instance.
----