57f56e7062
At R-8 week we are moving to current release binary packages for CentOS and Ubuntu (Debian OpenStack team do not publish before RC). Change-Id: I5e620cd07326b3d69b07f7c4667176918d7c1b24
16 lines
718 B
Plaintext
16 lines
718 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ focal main universe
|
|
deb http://ports.ubuntu.com/ focal-updates main universe
|
|
deb http://ports.ubuntu.com/ focal-security main universe
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ focal-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 focal-updates/yoga 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.
|