Browse Source
Merge pull request #332 from github/dyn-dynamic-supports-fix
DynProvider only SUPPORTS_DYNAMIC if traffic_directors_enabled
pull/337/head
Ross McFarland
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
octodns/provider/dyn.py
|
|
|
@ -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 |
|
|
|
|