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.
2 parents 267642b + 21ec62c commit 4cf21eeCopy full SHA for 4cf21ee
pkg/asset/installconfig/powervs/regions.go
@@ -73,7 +73,7 @@ func GetRegion(defaultRegion string) (string, error) {
73
var region string
74
li := sort.SearchStrings(shortRegions, defaultRegion)
75
if li == len(shortRegions) || shortRegions[li] != defaultRegion {
76
- defaultRegion = ""
+ defaultRegion = "dal"
77
} else {
78
defaultRegion = longRegions[li]
79
}
0 commit comments