mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #864 from octodns/fix-extraction-links
Correct the extraction warning links in the rest of the providers
This commit is contained in:
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_cloudflare is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_constellix is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_digitalocean is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('DnsimpleProvider has been moved into a seperate module, '
|
||||
'octodns_dnsimple is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_dnsmadeeasy is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('DynProvider has been moved into a seperate module, '
|
||||
'octodns_dyn is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('EasyDNSProvider has been moved into a seperate module, '
|
||||
'octodns_easydns is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('AkamaiProvider has been moved into a seperate module, '
|
||||
'octodns_edgedns is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('EtcHostsProvider has been moved into a seperate module, '
|
||||
'octodns_etchosts is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -11,5 +11,5 @@ logger = getLogger('Akamai')
|
||||
logger.warning('AkamaiProvider has been moved into a seperate module, '
|
||||
'octodns_edgedns is now required. Provider class should '
|
||||
'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.')
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('GandiProvider has been moved into a seperate module, '
|
||||
'octodns_gandi is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('GCoreProvider has been moved into a seperate module, '
|
||||
'octodns_gcore is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_googlecloud is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('HetznerProvider has been moved into a seperate module, '
|
||||
'octodns_hetzner is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_mythicbeasts is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('Ns1Provider has been moved into a seperate module, '
|
||||
'octodns_ns1 is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('OvhProvider has been moved into a seperate module, '
|
||||
'octodns_ovh is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('PowerDnsProvider has been moved into a seperate module, '
|
||||
'octodns_powerdns is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -19,6 +19,6 @@ except ModuleNotFoundError:
|
||||
'module, octodns_rackspace is now required. Provider '
|
||||
'class should be updated to '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('Route53Provider has been moved into a seperate module, '
|
||||
'octodns_route53 is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('SelectelProvider has been moved into a seperate module, '
|
||||
'octodns_selectel is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('TransipProvider has been moved into a seperate module, '
|
||||
'octodns_transip is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
@@ -18,6 +18,6 @@ except ModuleNotFoundError:
|
||||
logger.exception('UltraProvider has been moved into a seperate module, '
|
||||
'octodns_ultra is now required. Provider class should '
|
||||
'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.')
|
||||
raise
|
||||
|
Reference in New Issue
Block a user