openstack-ansible-os_tempest/releasenotes/notes/remove-requirements-git-0454e08c243037bc.yaml
Jesse Pretorius a37d0dcbe2 Simplify pip options/constraints mechanism
The current constraints generation for the
installation involves multiple tasks and multiple
variables.

Using multiple tasks extends the installation time
unnecessarily and the additional variables are
unnecessary.

This patch aims to simplify the mechanism and
hopes to speed it up a little.

Change-Id: Ic7b9237a220344454fa449fff876c3aedd7c57d7
2016-11-02 18:13:27 +00:00

8 lines
271 B
YAML

---
upgrade:
- The variables ``tempest_requirements_git_repo`` and
``tempest_requirements_git_install_branch`` have been
removed in favour of using the URL/path to the
upper-constraints file using the
variable ``pip_install_upper_constraints`` instead.