Skip to content

Commit 04d1805

Browse files
committed
Fix integration test for older test releases
1 parent 1357b01 commit 04d1805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cloudprovider/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (*openstack) imageName(cname, version, committish string) string {
240240
}
241241

242242
func (p *openstack) variant(platform, variant string) (openstackVariant, error) {
243-
if p.pubCfg.OpenstackbaremetalMode || p.pubCfg.Variant == "" {
243+
if p.pubCfg.OpenstackbaremetalMode || variant == "" {
244244
switch platform {
245245
case "openstack":
246246
return openstackVariantVMware, nil

0 commit comments

Comments
 (0)