diff --git a/ansible/roles/zun/templates/zun.conf.j2 b/ansible/roles/zun/templates/zun.conf.j2 index c16fb5dc58..e89d7ea03a 100644 --- a/ansible/roles/zun/templates/zun.conf.j2 +++ b/ansible/roles/zun/templates/zun.conf.j2 @@ -110,3 +110,6 @@ policy_file = {{ zun_policy_file }} wsproxy_host = {{ api_interface_address }} wsproxy_port = {{ zun_wsproxy_port }} base_url = ws://{{ kolla_external_fqdn }}:{{ zun_wsproxy_port }} + +[docker] +docker_remote_api_version = 1.24