Browse Source

Correct the extraction warning links in the rest of the providers

pull/864/head
Ross McFarland 4 years ago
parent
commit
25c6569a04
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
23 changed files with 23 additions and 23 deletions
  1. +1
    -1
      octodns/provider/cloudflare.py
  2. +1
    -1
      octodns/provider/constellix.py
  3. +1
    -1
      octodns/provider/digitalocean.py
  4. +1
    -1
      octodns/provider/dnsimple.py
  5. +1
    -1
      octodns/provider/dnsmadeeasy.py
  6. +1
    -1
      octodns/provider/dyn.py
  7. +1
    -1
      octodns/provider/easydns.py
  8. +1
    -1
      octodns/provider/edgedns.py
  9. +1
    -1
      octodns/provider/etc_hosts.py
  10. +1
    -1
      octodns/provider/fastdns.py
  11. +1
    -1
      octodns/provider/gandi.py
  12. +1
    -1
      octodns/provider/gcore.py
  13. +1
    -1
      octodns/provider/googlecloud.py
  14. +1
    -1
      octodns/provider/hetzner.py
  15. +1
    -1
      octodns/provider/mythicbeasts.py
  16. +1
    -1
      octodns/provider/ns1.py
  17. +1
    -1
      octodns/provider/ovh.py
  18. +1
    -1
      octodns/provider/powerdns.py
  19. +1
    -1
      octodns/provider/rackspace.py
  20. +1
    -1
      octodns/provider/route53.py
  21. +1
    -1
      octodns/provider/selectel.py
  22. +1
    -1
      octodns/provider/transip.py
  23. +1
    -1
      octodns/provider/ultra.py

+ 1
- 1
octodns/provider/cloudflare.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_cloudflare is now required. Provider ' 'module, octodns_cloudflare is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_cloudflare.CloudflareProvider. See ' 'octodns_cloudflare.CloudflareProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/constellix.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_constellix is now required. Provider ' 'module, octodns_constellix is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_constellix.ConstellixProvider. See ' 'octodns_constellix.ConstellixProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/digitalocean.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_digitalocean is now required. Provider ' 'module, octodns_digitalocean is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_digitalocean.DigitalOceanProvider. See ' 'octodns_digitalocean.DigitalOceanProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/dnsimple.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('DnsimpleProvider has been moved into a seperate module, ' logger.exception('DnsimpleProvider has been moved into a seperate module, '
'octodns_dnsimple is now required. Provider class should ' 'octodns_dnsimple is now required. Provider class should '
'be updated to octodns_dnsimple.DnsimpleProvider. See ' 'be updated to octodns_dnsimple.DnsimpleProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/dnsmadeeasy.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_dnsmadeeasy is now required. Provider ' 'module, octodns_dnsmadeeasy is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_dnsmadeeasy.DnsMadeEasyProvider. See ' 'octodns_dnsmadeeasy.DnsMadeEasyProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/dyn.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('DynProvider has been moved into a seperate module, ' logger.exception('DynProvider has been moved into a seperate module, '
'octodns_dyn is now required. Provider class should ' 'octodns_dyn is now required. Provider class should '
'be updated to octodns_dyn.DynProvider. See ' 'be updated to octodns_dyn.DynProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/easydns.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
logger.exception('EasyDNSProvider has been moved into a seperate module, ' logger.exception('EasyDNSProvider has been moved into a seperate module, '
'octodns_easydns is now required. Provider class should ' 'octodns_easydns is now required. Provider class should '
'be updated to octodns_easydns.EasyDnsProvider. See ' 'be updated to octodns_easydns.EasyDnsProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/edgedns.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('AkamaiProvider has been moved into a seperate module, ' logger.exception('AkamaiProvider has been moved into a seperate module, '
'octodns_edgedns is now required. Provider class should ' 'octodns_edgedns is now required. Provider class should '
'be updated to octodns_edgedns.AkamaiProvider. See ' 'be updated to octodns_edgedns.AkamaiProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/etc_hosts.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('EtcHostsProvider has been moved into a seperate module, ' logger.exception('EtcHostsProvider has been moved into a seperate module, '
'octodns_etchosts is now required. Provider class should ' 'octodns_etchosts is now required. Provider class should '
'be updated to octodns_etchosts.EtcHostsProvider. See ' 'be updated to octodns_etchosts.EtcHostsProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'See https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/fastdns.py View File

@ -11,5 +11,5 @@ logger = getLogger('Akamai')
logger.warning('AkamaiProvider has been moved into a seperate module, ' logger.warning('AkamaiProvider has been moved into a seperate module, '
'octodns_edgedns is now required. Provider class should ' 'octodns_edgedns is now required. Provider class should '
'be updated to octodns_edgedns.AkamaiProvider. See ' 'be updated to octodns_edgedns.AkamaiProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')

+ 1
- 1
octodns/provider/gandi.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('GandiProvider has been moved into a seperate module, ' logger.exception('GandiProvider has been moved into a seperate module, '
'octodns_gandi is now required. Provider class should ' 'octodns_gandi is now required. Provider class should '
'be updated to octodns_gandi.GandiProvider. See ' 'be updated to octodns_gandi.GandiProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/gcore.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('GCoreProvider has been moved into a seperate module, ' logger.exception('GCoreProvider has been moved into a seperate module, '
'octodns_gcore is now required. Provider class should ' 'octodns_gcore is now required. Provider class should '
'be updated to octodns_gcore.GCoreProvider. See ' 'be updated to octodns_gcore.GCoreProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/googlecloud.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_googlecloud is now required. Provider ' 'module, octodns_googlecloud is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_googlecloud.GoogleCloudProvider. See ' 'octodns_googlecloud.GoogleCloudProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/hetzner.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('HetznerProvider has been moved into a seperate module, ' logger.exception('HetznerProvider has been moved into a seperate module, '
'octodns_hetzner is now required. Provider class should ' 'octodns_hetzner is now required. Provider class should '
'be updated to octodns_hetzner.HetznerProvider. See ' 'be updated to octodns_hetzner.HetznerProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/mythicbeasts.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_mythicbeasts is now required. Provider ' 'module, octodns_mythicbeasts is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_mythicbeasts.MythicBeastsProvider. See ' 'octodns_mythicbeasts.MythicBeastsProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/ns1.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('Ns1Provider has been moved into a seperate module, ' logger.exception('Ns1Provider has been moved into a seperate module, '
'octodns_ns1 is now required. Provider class should ' 'octodns_ns1 is now required. Provider class should '
'be updated to octodns_ns1.Ns1Provider. See ' 'be updated to octodns_ns1.Ns1Provider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/ovh.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('OvhProvider has been moved into a seperate module, ' logger.exception('OvhProvider has been moved into a seperate module, '
'octodns_ovh is now required. Provider class should ' 'octodns_ovh is now required. Provider class should '
'be updated to octodns_ovh.OvhProvider. See ' 'be updated to octodns_ovh.OvhProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/powerdns.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
logger.exception('PowerDnsProvider has been moved into a seperate module, ' logger.exception('PowerDnsProvider has been moved into a seperate module, '
'octodns_powerdns is now required. Provider class should ' 'octodns_powerdns is now required. Provider class should '
'be updated to octodns_powerdns.PowerDnsProvider. See ' 'be updated to octodns_powerdns.PowerDnsProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/rackspace.py View File

@ -19,6 +19,6 @@ except ModuleNotFoundError:
'module, octodns_rackspace is now required. Provider ' 'module, octodns_rackspace is now required. Provider '
'class should be updated to ' 'class should be updated to '
'octodns_rackspace.RackspaceProvider. See ' 'octodns_rackspace.RackspaceProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/route53.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('Route53Provider has been moved into a seperate module, ' logger.exception('Route53Provider has been moved into a seperate module, '
'octodns_route53 is now required. Provider class should ' 'octodns_route53 is now required. Provider class should '
'be updated to octodns_route53.Route53Provider. See ' 'be updated to octodns_route53.Route53Provider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/selectel.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('SelectelProvider has been moved into a seperate module, ' logger.exception('SelectelProvider has been moved into a seperate module, '
'octodns_selectel is now required. Provider class should ' 'octodns_selectel is now required. Provider class should '
'be updated to octodns_selectel.SelectelProvider. See ' 'be updated to octodns_selectel.SelectelProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/transip.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('TransipProvider has been moved into a seperate module, ' logger.exception('TransipProvider has been moved into a seperate module, '
'octodns_transip is now required. Provider class should ' 'octodns_transip is now required. Provider class should '
'be updated to octodns_transip.TransipProvider. See ' 'be updated to octodns_transip.TransipProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

+ 1
- 1
octodns/provider/ultra.py View File

@ -18,6 +18,6 @@ except ModuleNotFoundError:
logger.exception('UltraProvider has been moved into a seperate module, ' logger.exception('UltraProvider has been moved into a seperate module, '
'octodns_ultra is now required. Provider class should ' 'octodns_ultra is now required. Provider class should '
'be updated to octodns_ultra.UltraProvider. See ' 'be updated to octodns_ultra.UltraProvider. See '
'https://github.com/octodns/octodns/README.md#updating-'
'https://github.com/octodns/octodns#updating-'
'to-use-extracted-providers for more information.') 'to-use-extracted-providers for more information.')
raise raise

Loading…
Cancel
Save