openstack-ansible-os_nova/vars
Jean-Philippe Evrard 0772146a59 Ensure python3 compatibility
Currently everything is wired in the venv to work on python2.
If the virtualenv was built during repo build with python3, the
linking of the library will fail, as the lib folder for python2
doesn't exist.

This should solve the issue by ensuring the existing lib folder
of the env is used.

A problem arises then: Different distros organise packages
differently, in different locations. This makes the approach
compatible with multi-distros and multiple python versions.

Change-Id: I02b296089d5351d68bb14e87e458a4f5d18a4776
2018-07-13 08:37:06 +00:00
..
distro_install.yml Add support for using distribution packages for OpenStack services 2018-07-03 11:19:56 +01:00
main.yml Add support for using distribution packages for OpenStack services 2018-07-03 11:19:56 +01:00
redhat-7.yml Ensure python3 compatibility 2018-07-13 08:37:06 +00:00
source_install.yml Add support for using distribution packages for OpenStack services 2018-07-03 11:19:56 +01:00
suse-42.yml Ensure python3 compatibility 2018-07-13 08:37:06 +00:00
ubuntu-16.04.yml Ensure python3 compatibility 2018-07-13 08:37:06 +00:00