[openstack-dev] [Fuel] virtualenv fails with SSLError: [Errno 20] Not a directory

2016-02-04 Thread Roman Prykhodchenko
Folks, as some of you may have noticed, there is a high rate of job failures on Fuel CI in python-fuelclient. That happens because there are some weird issues with virtualenv utility not being able to create new virtual environments. I’ve tested that on my local environment and the problem

Re: [openstack-dev] [Fuel] virtualenv fails with SSLError: [Errno 20] Not a directory

2016-02-04 Thread Roman Prykhodchenko
UPD: on Fuel-CI it fails with SSLError: [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib as could be found in [1]. This is very important issue to fix because it blocks development of python-fuelclient. It requires attention ASAP.