Skip to content

Commit d64c8e5

Browse files
Merge pull request openshift#7956 from hamzy/PowerVS-add-dal12
OCPBUGS-28643: PowerVS: Add dal12 region
2 parents 2d25434 + 3aacc80 commit d64c8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/powervs/powervs_regions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var Regions = map[string]Region{
2525
Description: "Dallas, USA",
2626
VPCRegion: "us-south",
2727
COSRegion: "us-south",
28-
Zones: []string{"dal10"},
28+
Zones: []string{"dal10", "dal12"},
2929
SysTypes: []string{"s922", "e980"},
3030
},
3131
"eu-de": {

0 commit comments

Comments
 (0)