Files
kayobe/releasenotes/notes/fix-openstacksdk-u-c-default-ed0b85cdb9fd6042.yaml
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

9 lines
321 B
YAML

---
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.