Switch to RHEL 8.4 image version

Change-Id: I9dfecbb003097b8857156d9a18a1e22b4ddb473b
This commit is contained in:
Federico Ressi 2021-07-08 15:23:41 +02:00
parent a70e577109
commit a9e64bea9e
1 changed files with 2 additions and 2 deletions

View File

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