GitHub user magnusart opened a pull request:

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

    Support for Google-Containers

    Recently Google have released a google VM Image that comes with docker 
preinstalled and supports docker provisioning via metadata.
    
    See the documentation here: 
https://developers.google.com/compute/docs/containers
    
    Toady in libcloud both debian and centos images are supported by matching 
against the VM name and then injecting the appropiate project name 
(`debian-cloud` and `centos-cloud`).
    
    This adds support for `google-containers` as well.

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

    $ git pull https://github.com/magnusart/libcloud patch-1

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

    https://github.com/apache/libcloud/pull/299.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 #299
    
----
commit a719babf440b6e24a11a1b401bc1d078ba6f1f87
Author: Magnus Andersson <[email protected]>
Date:   2014-05-25T18:32:08Z

    Support for Google-Containers
    
    Recently Google have released a google VM Image that comes with docker 
preinstalled and supports docker provisioning via metadata.
    
    Toady in libcloud both debian and centos images are supported by matching 
against the VM name and then injecting the appropiate project name 
(`debian-cloud` and `centos-cloud`).
    
    This adds support for `google-containers`.

----


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