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 169b3aa7c3
commit 092b2d4e6d
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,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