Skip to content

Commit c1e1bc2

Browse files
committed
Merge remote-tracking branch 'origin/fix-2024.1-kolla-image-build' into stackhpc-ironic-aarch64
2 parents cc3ba90 + 3327e41 commit c1e1bc2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ kolla_build_blocks:
304304
# With the UCA keyring installed we can now add all repos.
305305
base_ubuntu_package_sources_list: |
306306
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
307-
COPY sources.list.ubuntu /etc/apt/sources.list.backup
307+
COPY sources.list.ubuntu.jammy /etc/apt/sources.list.backup
308308
{% endif %}
309309
RUN \
310310
rm /etc/apt/sources.list && \
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
fixes:
3+
- |
4+
Fix Kolla container image build workflow failing to find default
5+
sources.list.ubuntu.
6+
The default sources.list for ubuntu now has each for Ubuntu Jammy and
7+
Noble.
8+
This upstream change was brought by `Ubuntu 24.04 support for Caracal
9+
<https://review.opendev.org/c/openstack/kolla/+/932386>`__.

0 commit comments

Comments
 (0)