You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by otherpirate <gi...@git.apache.org> on 2018/01/23 20:33:58 UTC

[GitHub] libcloud pull request #1166: LIBCLOUD-975 - Compute Cloudstack - Add change ...

GitHub user otherpirate opened a pull request:

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

    LIBCLOUD-975 - Compute Cloudstack - Add change size and restore

    ## Compute Cloudstack - Add change size and restore
    
    ### Description
    
    Add change size and restore method to Cloudstack compute driver.
    Change Size: https://cloudstack.apache.org/api/apidocs-4.10/apis/scaleVirtualMachine.html
    Restore: https://cloudstack.apache.org/api/apidocs-4.10/apis/restoreVirtualMachine.html
    
    I added a logic in common.cloudstack.CloudStackConnection._sync_request to handle with old versions of cloudstack restore method.
    
    ### Status
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [x] Flake8
    - [x] Documentation
    - [x] Tests
    - [x] Real provider scenario tests


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

    $ git pull https://github.com/otherpirate/libcloud LIBCLOUD-975_change_size_and_restore

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

    https://github.com/apache/libcloud/pull/1166.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 #1166
    
----
commit 7429490f05cf0f275ee385882b3e61bea4788a5f
Author: otherpirate <ma...@...>
Date:   2018-01-23T19:17:50Z

    Add restore and resize/scale to Cloudstack compute driver

----


---

[GitHub] libcloud pull request #1166: LIBCLOUD-975 - Compute Cloudstack - Add change ...

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

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


---