You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by adamwight <gi...@git.apache.org> on 2018/01/26 18:07:36 UTC

[GitHub] libcloud pull request #1169: [LIBCLOUD-977] Adds rebuild and resize commands...

GitHub user adamwight opened a pull request:

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

    [LIBCLOUD-977] Adds rebuild and resize commands for DigitalOcean

    Implement the following DigitalOcean APIs as driver-specific extensions,
    * https://developers.digitalocean.com/documentation/v2/#rebuild-a-droplet
    * https://developers.digitalocean.com/documentation/v2/#resize-a-droplet
    
    Smoke tests locally.
    
    ## Changes Title (replace this with a logical title for your changes)
    
    ### Description
    
    Replace this with the PR description (mention the changes you have made, why
    you have made them, provide some background and any references to the provider
    documentation if needed, etc.).
    
    For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing)
    section of our documentation.
    
    ### Status
    
    Replace this: describe the PR status. Examples:
    
    - work in progress
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [ ] Documentation
    - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)


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

    $ git pull https://github.com/adamwight/libcloud do_rebuild_resize

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

    https://github.com/apache/libcloud/pull/1169.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 #1169
    
----
commit 64c485b20cc73d32cfcd19296734f521ce6b78d5
Author: Adam Wight <aw...@...>
Date:   2018-01-26T18:02:41Z

    Adds rebuild and resize commands for DigitalOcean
    
    Implement the following DigitalOcean APIs as driver-specific extensions,
    * https://developers.digitalocean.com/documentation/v2/#rebuild-a-droplet
    * https://developers.digitalocean.com/documentation/v2/#resize-a-droplet
    
    Smoke tests locally.

----


---

[GitHub] libcloud pull request #1169: [LIBCLOUD-977] Adds rebuild and resize commands...

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

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


---