dimgal1 opened a new pull request #1558:
URL: https://github.com/apache/libcloud/pull/1558


   
   
   ## Updates on  CloudSigma driver
   
   
   
   ### Description
   
   - Add all supported regions
   - Use example sizes  currently provided by CloudSigma
   - Change methods parameters to use actual  cores to define CPUs instead of 
MHz
   - Change Drive methods parameters to use GBs instead of bytes
   - Implement SSH key related methods ( `list_key_pairs`, `get_key_pair`, 
`create_key_pair`, `import_key_pair_from_string`, `delete_key_pair`), add ssh 
keys param on `create_node` 
   - Implement `ex_attach_drive`, `ex_detach_drive`, `ex_destroy_drive`, 
`reboot_node`, `ex_get_node`
   - Make deleting all attached drives on `destroy_node` optional
   - Add tests on methods added
   - Add volume methods which call the appropriate ex_drive method ( since 
CloudSigma drives are pretty much volumes in the context of libcloud, I thought 
this makes sense)
   
   ### Status
   
   - done, ready for review
   
   ### Checklist (tick everything that applies)
   
   - [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
   - [ ] Documentation
   - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
   - [x] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to