1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

OVH: Update to use newer client library (#445)

* xlucas/go-ovh is deprecated, use ovh/go-ovh instead.

* vendor github.com/ovh/go-ovh

* Fix 022-sshfp.json test
This commit is contained in:
Tom Limoncelli
2019-05-20 15:39:19 -04:00
committed by GitHub
parent 95a995189d
commit df163c0042
21 changed files with 3681 additions and 19 deletions

View File

@ -120,7 +120,7 @@ func preloadProviders(cfg *models.DNSConfig, err error) (*models.DNSConfig, erro
for _, p := range cfg.DNSProviders {
cfg.DNSProvidersByName[p.Name] = p
}
// make registrar and dns provider shims. Include name, type, and other metadata, but can't inatantiate
// make registrar and dns provider shims. Include name, type, and other metadata, but can't instantiate
// driver until we load creds in later
for _, d := range cfg.Domains {
reg, ok := cfg.RegistrarsByName[d.RegistrarName]