1
0
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:
Ross McFarland
2018-12-03 14:40:43 -08:00
parent 70c35aac26
commit 303d0532c8
22 changed files with 70 additions and 4 deletions

View File

@@ -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