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:
389
389
ironic_inspector_pip_packages_append :
390
390
- /additions/*
391
391
392
- kolla_build_customizations_centos :
392
+ kolla_build_customizations_el :
393
393
base_yum_repo_files_remove :
394
394
- proxysql.repo
395
395
neutron_base_packages_remove :
@@ -439,7 +439,7 @@ kolla_build_customizations_ubuntu: {}
439
439
# Hyphens in the image name must be replaced with underscores. The
440
440
# customization is most commonly packages. The operation should be one of
441
441
# 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) }}"
443
443
444
444
# Dict mapping Kolla Dockerfile ARG names to their values.
445
445
kolla_build_args :
You can’t perform that action at this time.
0 commit comments