]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
opsys.py: Add Ubuntu 22.04 1782/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 28 Jul 2022 19:23:10 +0000 (15:23 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 28 Jul 2022 19:23:10 +0000 (15:23 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/orchestra/opsys.py

index 79d36654d2fd53f99fb1ce711c18e613b8db545f..d912657475ef7033a3f2a283b7289a29397cc678 100644 (file)
@@ -2,6 +2,7 @@ import re
 
 DISTRO_CODENAME_MAP = {
     "ubuntu": {
+        "22.04": "jammy",
         "20.04": "focal",
         "18.04": "bionic",
         "17.10": "artful",