Add my_ip to the zun config
my_ip is leveraged by multiple other options as a default value. So it makes sense to define it to zun_service_address, which, in turn, is defaulted to management_address. Change-Id: Iaa409cde1246b4aacdc0b22cd165f64aa2ca2418
This commit is contained in:
parent
51e347dcb9
commit
3e6078f67c
@ -10,10 +10,11 @@ default_image_driver = docker
|
||||
capsule_driver = docker
|
||||
container_runtime = {{ zun_container_runtime }}
|
||||
|
||||
my_ip = {{ zun_service_address }}
|
||||
|
||||
|
||||
[api]
|
||||
port = {{ zun_service_port }}
|
||||
host_ip = {{ ansible_host }}
|
||||
workers = {{ zun_api_threads }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user