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 2017/10/15 13:05:20 UTC

[GitHub] libcloud pull request #1130: add ex_enable_ipv6 in DigitalOcean_v2 driver

GitHub user vdloo opened a pull request:

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

    add ex_enable_ipv6 in DigitalOcean_v2 driver

    ### add ex_enable_ipv6 in DigitalOcean_v2 driver
    #### So ipv6 can be enabled on a Droplet using the API
    
    > To enable IPv6 networking on an existing Droplet (within a region that has IPv6 available), send
    > a POST request to /v2/droplets/$DROPLET_ID/actions. Set the "type" attribute to enable_ipv6.
    
    https://developers.digitalocean.com/documentation/v2/#enable-ipv6

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

    $ git pull https://github.com/vdloo/libcloud add-ex-enable-ipv6

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

    https://github.com/apache/libcloud/pull/1130.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 #1130
    
----
commit f16f2d5f17094de3ec5a7f8fdee926d705b56a82
Author: Rick van de Loo <ri...@gmail.com>
Date:   2017-10-15T13:01:02Z

    add ex_enable_ipv6 in DigitalOcean_v2 driver
    
    > To enable IPv6 networking on an existing Droplet
    > (within a region that has IPv6 available), send
    > a POST request to /v2/droplets/$DROPLET_ID/actions.
    > Set the "type" attribute to enable_ipv6.
    
    https://developers.digitalocean.com/documentation/v2/

----


---

[GitHub] libcloud pull request #1130: add ex_enable_ipv6 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/1130


---