CI: Use network mode = host
This avoids issues with IPv6 not enabled in docker. Change-Id: Iff80392357ef5e2dd3f2e24dbf4df299660805b9
This commit is contained in:
parent
79c0dd49cb
commit
5912f2c16e
@ -9,3 +9,6 @@ tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) ~
|
||||
push = false
|
||||
logs_dir = {{ kolla_build_logs_dir }}
|
||||
template_override = /etc/kolla/template_overrides.j2
|
||||
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
|
||||
# and since we don't need isolated networks here, use host networking
|
||||
network_mode = host
|
||||
|
Loading…
x
Reference in New Issue
Block a user