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>
This commit is contained in:
Maksim Malchuk
2025-04-22 20:56:04 +03:00
committed by Pierre Riteau
parent 8530480926
commit 81affd272f
2 changed files with 9 additions and 1 deletions

View File

@@ -3,4 +3,4 @@
pip_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
# Upper constraints file for installation of openstacksdk.
openstacksdk_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
openstacksdk_upper_constraints_file: "{{ pip_upper_constraints_file }}"

View File

@@ -0,0 +1,8 @@
---
upgrade:
- |
The ``openstacksdk_upper_constraints_file`` variable now defaults to the
value of ``pip_upper_constraints_file``. Set
``openstacksdk_upper_constraints_file`` to
``"https://releases.openstack.org/constraints/upper/{{ openstack_release
}}"`` if you want to retain existing behaviour.