From 9e047b4c8e10fce1265021a3713d41c2d76a3284 Mon Sep 17 00:00:00 2001 From: Itay Matza Date: Tue, 28 Dec 2021 14:03:16 +0200 Subject: [PATCH] Update the RHEL_IMAGE_MINOR_VERSION This patch is a cherry-pick of https://review.opendev.org/c/x/tobiko/+/821628 with the updated RHEL_IMAGE_MINOR_VERSION version. Change-Id: Idc36fa61ef40db20cf3e579401c67a8c0809632a --- tobiko/openstack/stacks/_redhat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobiko/openstack/stacks/_redhat.py b/tobiko/openstack/stacks/_redhat.py index e46817114..e73e54afd 100644 --- a/tobiko/openstack/stacks/_redhat.py +++ b/tobiko/openstack/stacks/_redhat.py @@ -27,7 +27,7 @@ LOG = log.getLogger(__name__) CONF = config.CONF RHEL_IMAGE_MAJOR_VERSION = '8.4' -RHEL_IMAGE_MINOR_VERSION = '1239' +RHEL_IMAGE_MINOR_VERSION = '1254' RHEL_IMAGE_URL = ('http://download.devel.redhat.com/brewroot/packages/' f'rhel-guest-image/{RHEL_IMAGE_MAJOR_VERSION}/'