We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c3562 commit 5beed70Copy full SHA for 5beed70
etc/kayobe/kolla/kolla-build.conf
@@ -8,7 +8,7 @@ base_tag = jammy-20231004
8
{% elif kolla_base_distro == 'rocky' %}
9
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10
{% endif %}
11
-build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
+build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
12
13
[openstack-base]
14
type = git
0 commit comments