This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 41874c92eaefb74ed4856f3918e0c4d26d253690 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Oct 4 20:42:00 2020 +0200 Add changelog entry. --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0c72a17..48366ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -45,6 +45,14 @@ Compute (GITHUB-1497, GITHUB-1495) [David Tomaschik - Matir] +- [VSphere] Add new VMware VSphere driver which utilizes ``pyvmomi`` library + and works under Python 3. + + If you want to use this driver, you need to install ``pyvmomi`` dependency - + ``pip install pyvmomi`` + (GITHUB-1481) + [Eis D. Zaster - @Eis-D-Z] + Changes in Apache Libcloud 3.2.0 --------------------------------
