vmware-archive / vsphere-flocker-driver

vSphere Flocker driver
Other
24 stars 16 forks source link

pyVmomi 6 has dropped support for python 2.7.6 #14

Closed jm66 closed 8 years ago

jm66 commented 8 years ago

Doing a bit of research, pyVmomi 6.0.0 has dropped support for version 2.7.6 ( https://github.com/vmware/pyvmomi/issues/306 https://github.com/vmware/pyvmomi/issues/329) and having that Flocker runs on python 2.7.6, I'm taking the following changes back:

jm66 commented 8 years ago

Argh! Flocker runs now on Ubuntu 15.10 which means it will be running on python 2.7.10 therefore we'll need to check the bloody cert. I'm deeply sorry about this but keeping up with these guys is quite a challenge. I'm also updating the documentation and pointing out as pre-requirement pyvmomi 5.5-* in case of python 2.7.6 and pyvmomi 6.0.0 in case of python 2.7.10.