Skip to content
Snippets Groups Projects
Commit e0a13a6c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Revert to installing Docker SDK with upper constraints"

parents 9b93b504 f50e9b02
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,7 @@
name: docker
state: latest
virtualenv: "{{ kolla_ansible_target_venv }}"
# FIXME(mgoddard): docker 5.0.1 is currently in master
# upper-constraints, but fails with an unexpected keyword argument,
# 'disable_buffering'. Install it without UC for now.
# extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
become: True
- name: Ensure kolla-ansible virtualenv has SELinux bindings installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment