Merge "Add my_ip to the zun config"

This commit is contained in:
Zuul 2023-05-20 10:40:47 +00:00 committed by Gerrit Code Review
commit 5929407213
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 }}