Merge pull request #969 from moncho/patch-1

Fix typo that prevents use_tls 'encrypt' option from working properly.
This commit is contained in:
Brian Coca 2015-03-19 14:37:00 -04:00
commit 6e273e50a1

View file

@ -609,7 +609,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: