Merge "Make Kubernetes API call secure"

This commit is contained in:
Jenkins 2015-10-08 16:33:12 +00:00 committed by Gerrit Code Review
commit e05e7ed524
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ class RESTClientObject(object):
key_file=key_file,
cert_file=cert_file,
cert_reqs=ssl.CERT_REQUIRED,
ca_certs=ca_certs)
ca_certs=ca_certs,
assert_hostname=False)
def agent(self, url):
"""