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:
parent
af77a88775
commit
c24dcf8a38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user