e5a67a7c68
Remove all tasks and variables related to toggling between installation of neutron inside or outside of a Python virtual environment. Installing within a venv is now the only supported deployment. Additionally, a few changes have been made to make the creation of the venv more resistant to interruptions during a run of the role. * unarchiving a pre-built venv will now also occur when the venv directory is created, not only after being downloaded * virtualenv-tools is run against both pre-built and non pre-built venvs to account for interruptions during or prior to unarchiving Change-Id: Ie0111886391d7ecdd50f1ac3a94f46a49f91f3fe Implements: blueprint only-install-venvs
7 lines
280 B
YAML
7 lines
280 B
YAML
---
|
|
upgrade:
|
|
- Installation of neutron and its dependent pip packages will now only
|
|
occur within a Python virtual environment. The ``neutron_venv_enabled``,
|
|
``neutron_venv_bin``, ``neutron_non_venv_lib_dir`` and
|
|
``neutron_venv_lib_dir`` variables have been removed.
|