Skip to content

Commit 81affd2

Browse files
mmalchukpriteau
authored andcommitted
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 <[email protected]>
1 parent 8530480 commit 81affd2

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)