5f9850c5ed
Add setuptools because Python3.12 dropped distutils Needed-By: https://review.opendev.org/c/openstack/kolla-ansible/+/925581 Change-Id: Ie12c43dc1de122c203edc28181366457ccd67834
16 lines
723 B
Plaintext
16 lines
723 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ noble main universe
|
|
deb http://ports.ubuntu.com/ noble-updates main universe
|
|
deb http://ports.ubuntu.com/ noble-security main universe
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ noble-backports main universe
|
|
|
|
# We need to add the repo for the updated packages they provide. The main ones
|
|
# are qemu, libvirt, and openvswitch.
|
|
deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/dalmatian main
|
|
|
|
# NOTE(hrw): extra repositories are added into image when they are needed as
|
|
# separate files in /etc/apt/sources.list.d/ directory. For that purpose they
|
|
# are defined in kolla/template/repos.yaml file.
|