openstack-ansible-os_sahara/releasenotes/notes/remove-requirements-git-59f58bcf4e54a569.yaml
Jesse Pretorius f155038e11 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: I9bdbe46c56893c3eeb0312065dfddcf32127c97f
2016-11-04 15:58:58 +00:00

8 lines
269 B
YAML

---
upgrade:
- The variables ``sahara_requirements_git_repo`` and
``sahara_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.