openstack-ansible-os_nova/releasenotes/notes/remove-requirements-git-c8a762c5172f25c7.yaml
Jesse Pretorius 244a830185 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: Iaf085a3f58dde94c3f02a0a6e5161e9e07766db4
2016-11-02 17:53:34 +00:00

13 lines
525 B
YAML

---
upgrade:
- The variables ``nova_requirements_git_repo`` and
``nova_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.
- The variables ``nova_lxd_requirements_git_repo`` and
``nova_lxd_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.