Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 9e86b19

Browse files
committed
Set bs-version to auto for tests
1 parent 0afeb5c commit 9e86b19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cloudprovider/providers/openstack/openstack_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ func configFromEnv() (cfg Config, ok bool) {
421421
cfg.Global.DomainId != "" || cfg.Global.DomainName != ""))
422422

423423
cfg.Metadata.SearchOrder = fmt.Sprintf("%s,%s", configDriveID, metadataID)
424+
cfg.BlockStorage.BSVersion = "auto"
424425

425426
return
426427
}

0 commit comments

Comments
 (0)