Add support for Google Compute Engine Image Families#778
Closed
wrigri wants to merge 1 commit intoapache:trunkfrom
wrigri:gce_image_family
Closed
Add support for Google Compute Engine Image Families#778wrigri wants to merge 1 commit intoapache:trunkfrom wrigri:gce_image_family
wrigri wants to merge 1 commit intoapache:trunkfrom
wrigri:gce_image_family
Conversation
Contributor
Author
|
cc @erjohnso |
Contributor
|
LGTM @wrigri, could you squash commits please? |
Add the ability to specify an "Image Family" for creating a node and/or volume, and the ability to get an image object from a family name.
Contributor
Author
|
Commits squashed. BTW, apparently github has a new feature as of this month that allows commits to be automatically squashed at merge time: https://github.com/blog/2141-squash-your-commits |
asfgit
pushed a commit
that referenced
this pull request
Apr 30, 2016
Closes LIBCLOUD-713 Closes #778 Signed-off-by: Eric Johnson <erjohnso@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for Google Compute Engine Image Families
Description
Google Compute Engine has a new feature that allows one to specify an image using a "family". This will return the latest, non-deprecated image that has been created in the given project with that family attribute. This change adds support for using an image family in create_node and create_volume as well as a new method ex_get_image_from_family that will return an image resource from a family name.
Status
Checklist (tick everything that applies)
Lint is clean for the changes, the changes have nearly 100% test coverage, and docstrings have been updated appropriately.