From 3e6078f67c93bd68aca4ee47fe22c9b7babba74d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 18 May 2023 19:12:39 +0200 Subject: [PATCH] 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 --- templates/zun.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zun.conf.j2 b/templates/zun.conf.j2 index b444c09..6e2a5a9 100644 --- a/templates/zun.conf.j2 +++ b/templates/zun.conf.j2 @@ -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 }}