mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Implement SUPPORTS_DYNAMIC functionality, no providers
This commit is contained in:
@@ -34,6 +34,7 @@ class OvhProvider(BaseProvider):
|
||||
"""
|
||||
|
||||
SUPPORTS_GEO = False
|
||||
SUPPORTS_DYNAMIC = False
|
||||
ZONE_NOT_FOUND_MESSAGE = 'This service does not exist'
|
||||
|
||||
# This variable is also used in populate method to filter which OVH record
|
||||
|
Reference in New Issue
Block a user