Fix ssl_version default value. (#42955)

* Fix ssl_version default value.

* Add changelog
This commit is contained in:
Thierry Bouvet 2018-07-20 17:32:04 +02:00 committed by Sam Doran
parent dba975470d
commit 5d23406926
3 changed files with 5 additions and 4 deletions

View file

@ -61,8 +61,7 @@ options:
- tls_client_key
ssl_version:
description:
- Provide a valid SSL version number. Default value determined by docker-py, currently 1.0.
default: "1.0"
- Provide a valid SSL version number. Default value determined by ssl.py module.
tls:
description:
- Secure the connection to the API by using TLS without verifying the authenticity of the Docker host