Skip to content
Snippets Groups Projects
Commit 34b6a9c7 authored by Hongbin Lu's avatar Hongbin Lu
Browse files

zun: set docker api version to 1.24

Kolla is using Docker API version 1.24 but the default is 1.26
in Zun. We need to configure it to 1.24 so that Zun and Kolla
can work together.

Partial-Bug: #1782055
Change-Id: I072dccc06fe35dccf25068ef0ca8f39cad9fdc60
parent 0b4a3ffd
No related branches found
No related tags found
No related merge requests found
...@@ -110,3 +110,6 @@ policy_file = {{ zun_policy_file }} ...@@ -110,3 +110,6 @@ policy_file = {{ zun_policy_file }}
wsproxy_host = {{ api_interface_address }} wsproxy_host = {{ api_interface_address }}
wsproxy_port = {{ zun_wsproxy_port }} wsproxy_port = {{ zun_wsproxy_port }}
base_url = ws://{{ kolla_external_fqdn }}:{{ zun_wsproxy_port }} base_url = ws://{{ kolla_external_fqdn }}:{{ zun_wsproxy_port }}
[docker]
docker_remote_api_version = 1.24
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