Skip to content

Commit 44f4e27

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use 'pip_upper_constraints_file' for openstacksdk installation"
2 parents 73d57e5 + 81affd2 commit 44f4e27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ansible/inventory/group_vars/all/pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
pip_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
44

55
# Upper constraints file for installation of openstacksdk.
6-
openstacksdk_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
6+
openstacksdk_upper_constraints_file: "{{ pip_upper_constraints_file }}"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
upgrade:
3+
- |
4+
The ``openstacksdk_upper_constraints_file`` variable now defaults to the
5+
value of ``pip_upper_constraints_file``. Set
6+
``openstacksdk_upper_constraints_file`` to
7+
``"https://releases.openstack.org/constraints/upper/{{ openstack_release
8+
}}"`` if you want to retain existing behaviour.

0 commit comments

Comments
 (0)