We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd47b81 commit 6afd8aeCopy full SHA for 6afd8ae
engine/hatchery/openstack/types.go
@@ -25,7 +25,7 @@ type HatcheryConfiguration struct {
25
User string `mapstructure:"user" toml:"user" default:"" commented:"false" comment:"Openstack User" json:"user"`
26
27
// 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"`
+ Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v3.0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"`
29
30
// Password openstack-password
31
Password string `mapstructure:"password" toml:"password" default:"" commented:"false" comment:"Openstack Password" json:"-"`
0 commit comments