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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---