]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
opsys.py: Default to RHEL8.6 1766/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 8 Jun 2022 19:14:18 +0000 (15:14 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 8 Jun 2022 19:14:18 +0000 (15:14 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/orchestra/opsys.py

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