Skip to content

Commit

Permalink
feat(hatchery:openstack): default api is v3 (#6144)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault authored Apr 21, 2022
1 parent fd47b81 commit 6afd8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/hatchery/openstack/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:"-"`
Expand Down

0 comments on commit 6afd8ae

Please sign in to comment.