From 68cf6fddd6eaa4d1cccd59806c6cbbfb93556bd8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 1 Apr 2022 14:04:59 -0400 Subject: [PATCH] opsys.py: RHEL8.5 is latest Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index de0b4ef36c..4f23901764 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -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' ) -- 2.39.5