Files
openstack-ansible-os_neutron/tasks/neutron_install.yml
Jesse Pretorius 32d46bdf88 Only replace python when re-initializing the venv
We reinitialize the venv to ensure that the right version of
python is in the venv, but we do not want virtualenv to also
replace pip, setuptools and wheel so we tell it not to. If we
don't do this then virtualenv will install the latest available
version, which is not what we want.

Change-Id: Id6433af376051c597aef163e916d607a36f4cfe4
Partial-Bug: #1764470
2018-04-18 10:48:58 +01:00

7.0 KiB