openstack-ansible-os_rally/releasenotes/notes/remove-requirements-git-c93cd07554c5f1e4.yaml
Jesse Pretorius 9c432d6db7 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: I4633c71c515ab03a4e72ef08e1bb682dedc8c079
2016-11-02 17:58:38 +00:00

8 lines
267 B
YAML

---
upgrade:
- The variables ``rally_requirements_git_repo`` and
``rally_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.