File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
pip_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
4
4
5
5
# 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 }}"
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments