Fix Zun Docker remote API host

This makes WS (so e.g. console) always work with the way we
deploy Zun. Otherwise it used the first IP address.

Change-Id: Ib31c5944be2f6fa00cdf5da3e638a590e6bace40
Closes-bug: #1841243
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
This commit is contained in:
Radosław Piliszek 2019-08-23 19:38:18 +02:00
parent af77a88775
commit c24dcf8a38
1 changed files with 2 additions and 0 deletions

View File

@ -106,3 +106,5 @@ base_url = ws://{{ kolla_external_fqdn }}:{{ zun_wsproxy_port }}
[docker]
docker_remote_api_version = 1.24
api_url = tcp://{{ api_interface_address }}:2375
docker_remote_api_host = {{ api_interface_address }}
docker_remote_api_port = 2375