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}/'