Merge "Fix for post configure upgrading openstacksdk" into stable/2023.1

This commit is contained in:
Zuul 2024-03-27 18:58:15 +00:00 committed by Gerrit Code Review
commit 99d61d9f6d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
pip:
name: python-openstackclient
state: latest
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
extra_args: "{% if openstacksdk_upper_constraints_file %}-c {{ openstacksdk_upper_constraints_file }}{% endif %}"
virtualenv: "{{ venv }}"
when: network_registrations | rejectattr('shared') | list | length > 0