kolla/tests/templates/kolla-build.conf.j2
Eduardo Gonzalez 0c4238da7c Use infra mirrors for ODL and percona repos
Change-Id: I212a53b235f2785d93d474660c87a8521f3cc8b2
2018-12-18 09:13:52 +00:00

10 lines
244 B
Django/Jinja

[DEFAULT]
debug = true
{% if publisher %}
namespace = kolla
tag = {{ zuul.tag if zuul.pipeline == "release" else zuul.branch | basename }}
{% endif %}
push = false
logs_dir = /tmp/logs/build
template_override = /etc/kolla/template_overrides.j2