GitHub user erjohnso opened a pull request:

    https://github.com/apache/libcloud/pull/395

    [google compute] improved Images coverage

    Updates to improve the `GCENodeImage` coverage of the GCE API.  
Specifically, this update has:
     * Added object attributes to match the upstream Image resource (e.g. 
`diskSizeGb`, `sourceType`, etc)
     * Moving toward deprecating older attributes such as `preferredKernel`. 
This has long been removed from the GCE API, but there is a chance very old 
customer images still retain this value.
     * Add support for setting timestamps for deprecating images for when they 
would will be automatically marked as `DELETED`, `OBSOLETE`, and `DEPRECATED`.
     * Also adding a nice-to-have feature for allowing users to specify a 
search-list of projects versus just the user's project and hard-coded list of 
supported image projects.
    
    No breaking changes introduced and tests have been enhanced for these 
changes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/erjohnso/libcloud GCE_Images

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/395.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 #395
    
----
commit 9d080f20536fe2e9609fc0cbbde6baf5680a1530
Author: Eric Johnson <[email protected]>
Date:   2014-11-20T18:04:05Z

    [google compute] improved Images coverage

----


---
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.
---

Reply via email to