Eis-D-Z opened a new pull request #1479:
URL: https://github.com/apache/libcloud/pull/1479


   ## New driver for vSphere
   
   ### Description
   
   With this driver one can manage a vSphere environment, the connection is 
made with a vCenter server, it might not work with just the eSXI host. This 
driver has a dependency called pyvmomi that can be installed with `pip install 
pyvmomi`, it is needed since the rest API of vSphere is not robust enough yet. 
The rest driver will work, except list_images, snapshot methods and console 
method which need the soap driver. Images in this driver are considered  VM 
templates or ovf files. The Rest driver also lacks the ability to clone a VM 
due to the API. The added tests check core functionality of the rest driver 
only.
   
   ### 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)
   - [x] 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