Skip to content

Commit 83feb5e

Browse files
committed
Fix sources.list
1 parent 3d847fa commit 83feb5e

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
@@ -285,7 +285,7 @@ kolla_build_blocks:
285285
# With the UCA keyring installed we can now add all repos.
286286
base_ubuntu_package_sources_list: |
287287
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
288-
COPY sources.list.ubuntu.noble /etc/apt/sources.list.backup
288+
COPY sources.list.ubuntu /etc/apt/sources.list.backup
289289
{% endif %}
290290
RUN \
291291
rm /etc/apt/sources.list && \

0 commit comments

Comments
 (0)