Set bs-version to auto for tests

This commit is contained in:
Davanum Srinivas 2017-11-27 13:48:27 -05:00
parent c31bfe67a4
commit 90a531ceb5

View File

@ -421,6 +421,7 @@ func configFromEnv() (cfg Config, ok bool) {
cfg.Global.DomainId != "" || cfg.Global.DomainName != ""))
cfg.Metadata.SearchOrder = fmt.Sprintf("%s,%s", configDriveID, metadataID)
cfg.BlockStorage.BSVersion = "auto"
return
}