Commit 6afd8ae 1 parent fd47b81 commit 6afd8ae Copy full SHA for 6afd8ae
File tree 1 file changed +1
-1
lines changed
engine/hatchery/openstack
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type HatcheryConfiguration struct {
25
25
User string `mapstructure:"user" toml:"user" default:"" commented:"false" comment:"Openstack User" json:"user"`
26
26
27
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"`
28
+ Address string `mapstructure:"address" toml:"address" default:"https://auth.cloud.ovh.net/v3 .0" commented:"false" comment:"Opentack Auth Endpoint" json:"address"`
29
29
30
30
// Password openstack-password
31
31
Password string `mapstructure:"password" toml:"password" default:"" commented:"false" comment:"Openstack Password" json:"-"`
You can’t perform that action at this time.
0 commit comments