Files
Maksim Malchuk 81affd272f Use 'pip_upper_constraints_file' for openstacksdk installation
Use 'pip_upper_constraints_file' for 'openstacksdk' installation
instead of the hard-coded value in the inventory.

Change-Id: I8ea60974e2ace6876514271be4156e6c889d8776
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2025-05-19 14:59:59 +02:00

7 lines
301 B
Plaintext

---
# Upper constraints file for installation of python packages.
pip_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
# Upper constraints file for installation of openstacksdk.
openstacksdk_upper_constraints_file: "{{ pip_upper_constraints_file }}"