Skip to content

Commit

Permalink
Fix missed rename from host/hostname transition
Browse files Browse the repository at this point in the history
  • Loading branch information
ants committed Jan 27, 2020
1 parent 1a7305e commit e30e812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/infoblox-callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def exponential_backoff(start=0.1, max=60, factor=2):


def claim_master_role(args):
opts = {'host': args.hostname, 'username': args.username, 'password': args.password}
opts = {'host': args.host, 'username': args.username, 'password': args.password}
if args.wapi_version:
opts['wapi_version'] = args.wapi_version
conn = connector.Connector(opts)
Expand Down

0 comments on commit e30e812

Please sign in to comment.