Skip to content

Commit d5c8a67

Browse files
committed
Add francesouth region
1 parent 104f8b2 commit d5c8a67

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

cloud/fallback-public-cloud.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ clouds:
215215
endpoint: https://management.azure.com
216216
storage-endpoint: https://core.windows.net
217217
identity-endpoint: https://graph.windows.net
218+
francesouth:
219+
endpoint: https://management.azure.com
220+
storage-endpoint: https://core.windows.net
221+
identity-endpoint: https://graph.windows.net
218222
southafricanorth:
219223
endpoint: https://management.azure.com
220224
storage-endpoint: https://core.windows.net

cloud/fallback_public_cloud.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ clouds:
222222
endpoint: https://management.azure.com
223223
storage-endpoint: https://core.windows.net
224224
identity-endpoint: https://graph.windows.net
225+
francesouth:
226+
endpoint: https://management.azure.com
227+
storage-endpoint: https://core.windows.net
228+
identity-endpoint: https://graph.windows.net
225229
southafricanorth:
226230
endpoint: https://management.azure.com
227231
storage-endpoint: https://core.windows.net

cmd/juju/cloud/regions_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,8 @@ func (s *regionsSuite) TestListRegionsJson(c *gc.C) {
224224
"koreacentral": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
225225
"koreasouth": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
226226
"francecentral": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
227+
"francesouth": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
228+
"southafricanorth": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
229+
"southafricawest": {Endpoint: "https://management.azure.com", IdentityEndpoint: "https://graph.windows.net", StorageEndpoint: "https://core.windows.net"},
227230
})
228231
}

0 commit comments

Comments
 (0)