From 6afd8ae33dc381bf22cff3e1f6fed12e07f95b94 Mon Sep 17 00:00:00 2001 From: Yvonnick Esnault Date: Thu, 21 Apr 2022 16:51:14 +0200 Subject: [PATCH] feat(hatchery:openstack): default api is v3 (#6144) --- engine/hatchery/openstack/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/hatchery/openstack/types.go b/engine/hatchery/openstack/types.go index 2d5a2039e9..c9c1ebc956 100644 --- a/engine/hatchery/openstack/types.go +++ b/engine/hatchery/openstack/types.go @@ -25,7 +25,7 @@ type HatcheryConfiguration struct { User string `mapstructure:"user" toml:"user" default:"" commented:"false" comment:"Openstack User" json:"user"` // Address openstack-auth-endpoint - Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v2.0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"` + Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v3.0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"` // Password openstack-password Password string `mapstructure:"password" toml:"password" default:"" commented:"false" comment:"Openstack Password" json:"-"`