Update docker.py

Fix typo that prevents use_tls 'encrypt' option from working properly.
pull/18777/head
moncho 10 years ago committed by Matt Clay
parent 5262d768e0
commit 0156188a54

@ -613,7 +613,7 @@ class DockerManager(object):
else:
params['verify'] = True
params['assert_hostname'] = tls_hostname
elif use_tls == 'encrpyt':
elif use_tls == 'encrypt':
params['verify'] = False
if params:

Loading…
Cancel
Save