Skip to content

Commit b956cde

Browse files
committed
Set koll_build_args as empty dict to avoid build error
1 parent 2923ece commit b956cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ kolla_build_customizations_ubuntu: {}
450450
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_rocky if kolla_base_distro == 'rocky' else kolla_build_customizations_ubuntu) }}"
451451

452452
# Dict mapping Kolla Dockerfile ARG names to their values.
453-
#kolla_build_args:
453+
kolla_build_args: {}
454454

455455
###############################################################################
456456
# Kolla-ansible inventory configuration.

0 commit comments

Comments
 (0)