84cb3ff052
This would be the first milestone release of OpenStack-Ansible Stein. Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
22 lines
771 B
YAML
22 lines
771 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The repo build process no longer builds packaged venvs. Instead, the venvs
|
|
are created on the target hosts as the install process for each service
|
|
needs to. This opens up the opportunity for roles to be capable of creating
|
|
multiple venvs, and for any role to create venvs - neither of these options
|
|
were possible in previous releases.
|
|
|
|
The following variables therefore have been removed.
|
|
|
|
* ``repo_build_venv_selective``
|
|
* ``repo_build_venv_rebuild``
|
|
* ``repo_build_venv_timeout``
|
|
* ``repo_build_concurrency``
|
|
* ``repo_build_venv_build_dir``
|
|
* ``repo_build_venv_dir``
|
|
* ``repo_build_venv_pip_install_options``
|
|
* ``repo_build_venv_command_options``
|
|
* ``repo_venv_default_pip_packages``
|
|
|