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:
@@ -259,6 +259,11 @@ class DynProvider(BaseProvider):
|
||||
def SUPPORTS_GEO(self):
|
||||
return self.traffic_directors_enabled
|
||||
|
||||
@property
|
||||
def SUPPORTS_DYNAMIC(self):
|
||||
# TODO: dynamic
|
||||
return False
|
||||
|
||||
def _check_dyn_sess(self):
|
||||
# We don't have to worry about locking for the check since the
|
||||
# underlying pieces are pre-thread. We can check to see if this thread
|
||||
|
Reference in New Issue
Block a user