]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
opsys.py: RHEL8.5 is latest 1735/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 1 Apr 2022 18:04:59 +0000 (14:04 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 1 Apr 2022 18:04:59 +0000 (14:04 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/orchestra/opsys.py

index de0b4ef36c0b15965fd03f0e63d0d717043d3dee..4f239017647e77be05c67480ee581cbbe99911d0 100644 (file)
@@ -65,7 +65,7 @@ DEFAULT_OS_VERSION = dict(
     centos="8.stream",
     opensuse="15.0",
     sle="15.0",
-    rhel="8.4",
+    rhel="8.5",
     debian='8.0'
 )