We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dddc8 commit cb15dbcCopy full SHA for cb15dbc
test/e2e/provisioning/helper.go
@@ -51,7 +51,7 @@ var (
51
openStackImages = map[string]string{
52
string(providerconfigtypes.OperatingSystemUbuntu): "machine-controller-e2e-ubuntu-20-04",
53
string(providerconfigtypes.OperatingSystemCentOS): "machine-controller-e2e-centos",
54
- string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel",
+ string(providerconfigtypes.OperatingSystemRHEL): "machine-controller-e2e-rhel-8-5",
55
string(providerconfigtypes.OperatingSystemFlatcar): "machine-controller-e2e-flatcar-stable-2983",
56
}
57
)
0 commit comments