Skip to content

Commit cb15dbc

Browse files
authored
update machine controller openstack rhel image (#1171)
Signed-off-by: Moath Qasim <[email protected]>
1 parent 18dddc8 commit cb15dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/provisioning/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var (
5151
openStackImages = map[string]string{
5252
string(providerconfigtypes.OperatingSystemUbuntu): "machine-controller-e2e-ubuntu-20-04",
5353
string(providerconfigtypes.OperatingSystemCentOS): "machine-controller-e2e-centos",
54-
string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel",
54+
string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel-8-5",
5555
string(providerconfigtypes.OperatingSystemFlatcar): "machine-controller-e2e-flatcar-stable-2983",
5656
}
5757
)

0 commit comments

Comments
 (0)