CI: Use network mode = host

This avoids issues with IPv6 not enabled in docker.

Change-Id: Iff80392357ef5e2dd3f2e24dbf4df299660805b9
This commit is contained in:
Radosław Piliszek 2020-03-03 11:53:01 +01:00
parent 79c0dd49cb
commit 5912f2c16e

View File

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