Skip to content

Commit

Permalink
providers/ovh: add first implementation
Browse files Browse the repository at this point in the history
This provider uses openstack settings.
  • Loading branch information
spnngl committed Mar 31, 2023
1 parent e271cb0 commit e7cfcc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/providers/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ func init() {
Name: "brightbox",
Fetch: fetchConfig,
})
// the ovh platform ID just uses the OpenStack provider code
platform.Register(platform.Provider{
Name: "ovh",
Fetch: fetchConfig,
})
// the ovh-baremetal platform ID just uses the OpenStack provider code
platform.Register(platform.Provider{
Name: "ovh-baremetal",
Expand Down

0 comments on commit e7cfcc9

Please sign in to comment.