openstack-ansible-os_trove/releasenotes/notes/remove-requirements-git-88e681504fbd8db1.yaml
Jesse Pretorius 3b01cf9853 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: Ie37ab6be65cfb9f368cec7da6b9de78ca5385075
2016-11-02 18:16:43 +00:00

8 lines
267 B
YAML

---
upgrade:
- The variables ``trove_requirements_git_repo`` and
``trove_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.