From 359dae53724c18ecfc1d9bc452b45e76fdc72aed Mon Sep 17 00:00:00 2001 From: Moath Qasim Date: Fri, 21 Jan 2022 12:08:20 +0100 Subject: [PATCH] update machine controller openstack rhel image Signed-off-by: Moath Qasim --- test/e2e/provisioning/helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/provisioning/helper.go b/test/e2e/provisioning/helper.go index 89b8fdc03..44ee994d8 100644 --- a/test/e2e/provisioning/helper.go +++ b/test/e2e/provisioning/helper.go @@ -51,7 +51,7 @@ var ( openStackImages = map[string]string{ string(providerconfigtypes.OperatingSystemUbuntu): "machine-controller-e2e-ubuntu-20-04", string(providerconfigtypes.OperatingSystemCentOS): "machine-controller-e2e-centos", - string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel", + string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel-8-5", string(providerconfigtypes.OperatingSystemFlatcar): "machine-controller-e2e-flatcar-stable-2983", } )