[
https://issues.apache.org/jira/browse/LIBCLOUD-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973083#comment-13973083
]
ASF GitHub Bot commented on LIBCLOUD-537:
-----------------------------------------
GitHub user zahlenofzahlen opened a pull request:
https://github.com/apache/libcloud/pull/277
[LIBCLOUD-537] Added support for generic image management at Rackspace and
EC2
I was planning to take care of GCE in this first push as well. However,
Google presents an interesting challenge with their persistent disk model and
their use of the snapshot and image terms. We could use snapshots as a
replacement for images. However, this would then limit our ability to use the
default images provided by Google. It seems like we actually need a factory for
evaluating both the images and snapshots in order to fold in GCE. I completed
the _supported_methods_image_management.rst as well in case we want to include
it in the documentation. I did submit an email regarding this effort to the dev
mail list but I didn't hear anything back so I just went ahead and made the
change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zahlenofzahlen/libcloud
LIBCLOUD-537_add_compute_image_management
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #277
----
commit 2069a3b609a35ba83e483397ab179d973992d326
Author: Matthew Lehman <[email protected]>
Date: 2014-04-14T15:56:12Z
[LIBCLOUD-537] Added support for generic image management at Rackspace and
EC2.
----
> Add compute image management to compute/base.py and normalize driver classes
> to support this notion
> ---------------------------------------------------------------------------------------------------
>
> Key: LIBCLOUD-537
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-537
> Project: Libcloud
> Issue Type: New Feature
> Components: Compute
> Affects Versions: 0.14.0-beta3
> Reporter: zahlenofzahlen
> Labels: images
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Add support for generic compute image management by extending base.py with:
> save_image()
> delete_image()
> get_image()
> copy_image()
> This functionality follows the generic capabilities of Libcloud and applies
> to most of the providers. Initially I will be extending Amazon, Rackspace,
> and Google.
--
This message was sent by Atlassian JIRA
(v6.2#6252)