openstack-ansible-os_cinder/releasenotes/notes/remove-requirements-git-6f43595994cc906e.yaml
Jesse Pretorius 1a7e3aaa27 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: I149d1621ea19d709cd3b6c228876d74c638a43dd
2016-11-02 14:41:02 +00:00

8 lines
269 B
YAML

---
upgrade:
- The variables ``cinder_requirements_git_repo`` and
``cinder_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.