Merge "[backend:akamai] fix retrieval of tsig_key_name" into stable/newton

This commit is contained in:
Jenkins 2017-02-08 14:54:32 +00:00 committed by Gerrit Code Review
commit 4e1577f4be
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def build_zone(client, target, zone):
zone.name,
masters,
zone.id,
target.options["tsig_key_name"],
target.options.get("tsig_key_name", None),
target.options.get("tsig_key_secret", None),
target.options.get("tsig_key_algorithm", None))
else: