Merge "Revert to installing Docker SDK with upper constraints"

This commit is contained in:
Zuul 2021-10-07 11:04:12 +00:00 committed by Gerrit Code Review
commit e0a13a6c3b
1 changed files with 1 additions and 4 deletions

View File

@ -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