You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vdloo <gi...@git.apache.org> on 2016/10/24 12:48:42 UTC

[GitHub] libcloud pull request #922: add ex_change_kernel in DigitalOcean_v2 driver

GitHub user vdloo opened a pull request:

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

    add ex_change_kernel in DigitalOcean_v2 driver

    ### add ex_change_kernel in DigitalOcean_v2 driver
    
    #### So the kernel can be managed using the API
    
    
    > To change the kernel of a Droplet, send a POST request to
    > /v2/droplets/$DROPLET_ID/actions. Set the "type" attribute to
    > change_kernel and the "kernel" attribute to the new kernel's ID.
    
    https://developers.digitalocean.com/documentation/v2/#change-the-kernel
    
    The `DigitalOcean GrubLoader` can also be set with this allowing for [Internal Kernel Management](https://www.digitalocean.com/community/tutorials/how-to-update-a-digitalocean-server-s-kernel) in a Droplet.


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

    $ git pull https://github.com/vdloo/libcloud implement-ex-change-kernel

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

    https://github.com/apache/libcloud/pull/922.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 #922
    
----
commit 0f4d52dfab5ea18a49871fc6d207c39d8a5a4f49
Author: Rick van de Loo <ri...@gmail.com>
Date:   2016-10-24T12:42:59Z

    add ex_change_kernel in DigitalOcean_v2 driver
    
    > To change the kernel of a Droplet, send a POST request to
    > /v2/droplets/$DROPLET_ID/actions. Set the "type" attribute to
    > change_kernel and the "kernel" attribute to the new kernel's ID.
    
    https://developers.digitalocean.com/documentation/v2/#change-the-kernel

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] libcloud pull request #922: add ex_change_kernel in DigitalOcean_v2 driver

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---