openstack-ansible-os_swift/releasenotes/notes/remove-requirements-git-0c8e83081b435229.yaml
Jesse Pretorius ead9bc82b0 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: Icdd5d053346e7d31dcfd4331c7b7b0f184bf376b
2016-11-02 18:07:36 +00:00

8 lines
267 B
YAML

---
upgrade:
- The variables ``swift_requirements_git_repo`` and
``swift_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.