]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
opsys.py: Make Ubuntu 22.04 default
authorDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 17:57:39 +0000 (13:57 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 17:57:39 +0000 (13:57 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/orchestra/opsys.py

index d912657475ef7033a3f2a283b7289a29397cc678..72a6a8d5777722003d486d93c63c864f96448d0b 100644 (file)
@@ -62,7 +62,7 @@ DISTRO_CODENAME_MAP = {
 }
 
 DEFAULT_OS_VERSION = dict(
-    ubuntu="20.04",
+    ubuntu="22.04",
     fedora="25",
     centos="8.stream",
     opensuse="15.0",