Merge "Fix Zun Docker remote API host"
This commit is contained in:
commit
d6556adef4
@ -106,3 +106,5 @@ base_url = ws://{{ kolla_external_fqdn }}:{{ zun_wsproxy_port }}
|
|||||||
[docker]
|
[docker]
|
||||||
docker_remote_api_version = 1.24
|
docker_remote_api_version = 1.24
|
||||||
api_url = tcp://{{ api_interface_address }}:2375
|
api_url = tcp://{{ api_interface_address }}:2375
|
||||||
|
docker_remote_api_host = {{ api_interface_address }}
|
||||||
|
docker_remote_api_port = 2375
|
||||||
|
Loading…
x
Reference in New Issue
Block a user