Merge "[backend:akamai] fix retrieval of tsig_key_name"

This commit is contained in:
Jenkins 2017-01-03 19:23:26 +00:00 committed by Gerrit Code Review
commit 7b9c6ce611
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: