Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #157 from wplu/feature/155
Browse files Browse the repository at this point in the history
#155: added support for new toronto region yyz
  • Loading branch information
jhorwit2 committed Jan 11, 2019
2 parents 14700ca + d94974d commit 8746280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/oci/client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ import (
)

var ociRegions = map[string]string{
"phx": "us-phoenix-1",
"iad": "us-ashburn-1",
"fra": "eu-frankfurt-1",
"lhr": "uk-london-1",
"phx": "us-phoenix-1",
"yyz": "ca-toronto-1",
}

// AuthConfig holds the configuration required for communicating with the OCI
Expand Down

0 comments on commit 8746280

Please sign in to comment.