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:
Dmitriy Rabotyagov 2023-05-18 19:12:39 +02:00 committed by Dmitriy Rabotyagov
parent 51e347dcb9
commit 3e6078f67c
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}