Skip to content

Commit 6afd8ae

Browse files
authored
feat(hatchery:openstack): default api is v3 (#6144)
1 parent fd47b81 commit 6afd8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/hatchery/openstack/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type HatcheryConfiguration struct {
2525
User string `mapstructure:"user" toml:"user" default:"" commented:"false" comment:"Openstack User" json:"user"`
2626

2727
// Address openstack-auth-endpoint
28-
Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v2.0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"`
28+
Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v3.0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"`
2929

3030
// Password openstack-password
3131
Password string `mapstructure:"password" toml:"password" default:"" commented:"false" comment:"Openstack Password" json:"-"`

0 commit comments

Comments
 (0)