Skip to content

Commit 5762b75

Browse files
author
igor-feoktistov
committed
Changed iba_verify_ssl to True by default
1 parent 3ff9f6f commit 5762b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infoblox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Infoblox(object):
5454
delete_network_extattrs
5555
"""
5656

57-
def __init__(self, iba_ipaddr, iba_user, iba_password, iba_wapi_version, iba_dns_view, iba_network_view, iba_verify_ssl):
57+
def __init__(self, iba_ipaddr, iba_user, iba_password, iba_wapi_version, iba_dns_view, iba_network_view, iba_verify_ssl=True):
5858
""" Class initialization method
5959
:param iba_ipaddr: IBA IP address of management interface
6060
:param iba_user: IBA user name

0 commit comments

Comments
 (0)