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>
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
---
|
|
# Upper constraints file for installation of python packages.
|
|
pip_upper_constraints_file: "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
|
|
|
|
# Upper constraints file for installation of openstacksdk.
|
|
openstacksdk_upper_constraints_file: "{{ pip_upper_constraints_file }}"
|