Skip to content

Commit 5beed70

Browse files
committed
Add a default for kolla_build_args
It is not an official Kayobe variable, so doesn't have a default.
1 parent 87c3562 commit 5beed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ base_tag = jammy-20231004
88
{% elif kolla_base_distro == 'rocky' %}
99
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1010
{% endif %}
11-
build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
11+
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
1212

1313
[openstack-base]
1414
type = git

0 commit comments

Comments
 (0)