43b74ccc15
Both Ubuntu Stein UCA and Debian 'buster' migrated their OpenStack packages to Python 3. Note that Debian 'buster' is not released yet and contains Rocky packages. Stein ones will be available later. Co-Authored-By: Lee Yarwood <lyarwood@redhat.com> Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com> Change-Id: I160f79cc57f54ec3eac857c5babd1a6e2656d228
12 lines
607 B
Plaintext
12 lines
607 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ bionic main restricted universe multiverse
|
|
deb http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
|
|
deb http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
|
|
|
|
# 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 bionic-updates/stein main
|