Merge pull request #969 from moncho/patch-1
Fix typo that prevents use_tls 'encrypt' option from working properly.
This commit is contained in:
commit
6e273e50a1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue