Support upper constraints for kolla target virtual environment
This commit is contained in:
parent
e0578cf907
commit
a71fea134f
@ -31,6 +31,7 @@
|
||||
name: docker
|
||||
state: latest
|
||||
virtualenv: "{{ kolla_ansible_target_venv }}"
|
||||
extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
|
||||
become: True
|
||||
|
||||
- name: Ensure kolla-ansible virtualenv has correct ownership
|
||||
|
Loading…
Reference in New Issue
Block a user