Merge "Pin proliantutils version"

This commit is contained in:
Zuul 2019-04-09 09:08:33 +00:00 committed by Gerrit Code Review
commit 28fc30fd31
2 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,7 @@
- name: "proliantutils - Install from pip"
include: pip_install.yml
package=proliantutils
package=proliantutils<2.9.0
state=present
extra_args="-c {{ upper_constraints_file }}"
environment: "{{ venv }}"

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue where the proliantutils library version was unconstrained,
potentially resulting in installation of an incompatibile library. The
version has been pinned to 2.8.x.