Skip to content

Commit 4f4d7c4

Browse files
committed
remove useless ovh endpoints from provider
1 parent a58378e commit 4f4d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (c *Config) loadAndValidate() error {
7474
func (c *Config) load() error {
7575
validEndpoint := false
7676

77-
ovhEndpoints := [7]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS, ovh.KimsufiEU, ovh.KimsufiCA, ovh.SoyoustartEU, ovh.SoyoustartCA}
77+
ovhEndpoints := [3]string{ovh.OvhEU, ovh.OvhCA, ovh.OvhUS}
7878

7979
for _, e := range ovhEndpoints {
8080
if ovh.Endpoints[c.Endpoint] == e {

0 commit comments

Comments
 (0)