1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

DynProvider only SUPPORTS_DYNAMIC if traffic_directors_enabled

This commit is contained in:
Ross McFarland
2019-04-01 06:55:10 -07:00
parent e7113ff491
commit 1bf715c8a4

View File

@@ -268,7 +268,7 @@ class DynProvider(BaseProvider):
@property
def SUPPORTS_DYNAMIC(self):
return True
return self.traffic_directors_enabled
def _check_dyn_sess(self):
# We don't have to worry about locking for the check since the