Skip to content

Commit 727eac6

Browse files
committed
Set koll_build_args as empty dict to avoid build error
1 parent 8b9ced0 commit 727eac6

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
@@ -365,7 +365,7 @@ kolla_build_customizations_ubuntu: {}
365365
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_rocky if kolla_base_distro == 'rocky' else kolla_build_customizations_ubuntu) }}"
366366

367367
# Dict mapping Kolla Dockerfile ARG names to their values.
368-
#kolla_build_args:
368+
kolla_build_args: {}
369369

370370
###############################################################################
371371
# Kolla-ansible inventory configuration.

0 commit comments

Comments
 (0)