File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ kolla_build_customizations_common:
389389 ironic_inspector_pip_packages_append :
390390 - /additions/*
391391
392- kolla_build_customizations_centos :
392+ kolla_build_customizations_el :
393393 base_yum_repo_files_remove :
394394 - proxysql.repo
395395 neutron_base_packages_remove :
@@ -439,7 +439,7 @@ kolla_build_customizations_ubuntu: {}
439439# Hyphens in the image name must be replaced with underscores. The
440440# customization is most commonly packages. The operation should be one of
441441# override, append or remove. The value should be a list.
442- kolla_build_customizations : " {{ kolla_build_customizations_common | combine(kolla_build_customizations_centos if kolla_base_distro == 'centos' else kolla_build_customizations_ubuntu) }}"
442+ kolla_build_customizations : " {{ kolla_build_customizations_common | combine(kolla_build_customizations_el if kolla_base_distro in [ 'centos', 'rocky'] else kolla_build_customizations_ubuntu) }}"
443443
444444# Dict mapping Kolla Dockerfile ARG names to their values.
445445kolla_build_args :
You can’t perform that action at this time.
0 commit comments