openstack-ansible-repo_build/releasenotes/notes/repo-build-fix-upper-constraints-9e24c56520538df2.yaml
Jimmy McCrory 373978f3c6 Fix setting of upper_constraints fact
The pip_constraint_update filter overrides pip versions from the second
provided list to the first. Update the 'Set upper constraints' task so
that upper-constraints correctly take priority over the local
requirements packages versions.

A test has been included to validate that the role built package
constraints file is correctly applying the upper-constraints from the
openstack requirements repo.

Closes-Bug: 1605846
Change-Id: I53864a34f3ba56a84ed658fa3952aba3c509e0b1
2016-07-23 02:34:48 -07:00

6 lines
211 B
YAML

---
fixes:
- The ``repo_build`` role now correctly applies OpenStack requirements
upper-constraints when building Python wheels. This resolves
https://bugs.launchpad.net/openstack-ansible/+bug/1605846