diff --git a/confluent_server/confluent/osimage.py b/confluent_server/confluent/osimage.py index ed2a3a41..ca1d787b 100644 --- a/confluent_server/confluent/osimage.py +++ b/confluent_server/confluent/osimage.py @@ -622,6 +622,9 @@ def check_rhel(isoinfo): ver = entry.split('-')[2] arch = entry.split('.')[-2] break + elif 'redhat-release-10' in entry: + ver = entry.split('-')[2] + arch = entry.split('.')[-2] else: if '.discinfo' in isoinfo[1]: prodinfo = isoinfo[1]['.discinfo']