openstack-ansible-os_glance/releasenotes/notes/remove-requirements-git-af92138c4d8f9a81.yaml
Jesse Pretorius a4c008c815 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: I6c6214b16168abb571cc2d02bc01a80ba13bbe9f
2016-11-02 16:49:28 +00:00

8 lines
269 B
YAML

---
upgrade:
- The variables ``glance_requirements_git_repo`` and
``glance_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.