From a9e64bea9e1de4719757aaa50178a3417f44b997 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 8 Jul 2021 15:23:41 +0200 Subject: [PATCH] Switch to RHEL 8.4 image version Change-Id: I9dfecbb003097b8857156d9a18a1e22b4ddb473b --- tobiko/openstack/stacks/_redhat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tobiko/openstack/stacks/_redhat.py b/tobiko/openstack/stacks/_redhat.py index c135f7917..f5e764797 100644 --- a/tobiko/openstack/stacks/_redhat.py +++ b/tobiko/openstack/stacks/_redhat.py @@ -21,8 +21,8 @@ from tobiko.openstack.stacks import _centos CONF = config.CONF -RHEL_IMAGE_MAJOR_VERSION = '8.2' -RHEL_IMAGE_MINOR_VERSION = '501' +RHEL_IMAGE_MAJOR_VERSION = '8.4' +RHEL_IMAGE_MINOR_VERSION = '1239' RHEL_IMAGE_URL = ('http://download.devel.redhat.com/brewroot/packages/' f'rhel-guest-image/{RHEL_IMAGE_MAJOR_VERSION}/'