From d90aa158cf9e03531177fb2abe919df505c43cd6 Mon Sep 17 00:00:00 2001 From: Aleksandr Mogylchenko Date: Thu, 12 Jan 2017 16:25:29 +0100 Subject: [PATCH] Install 0.4.4 python-etcd to fix TLS support Version prior to 0.4.4 were forcing TLS versions: https://github.com/jplana/python-etcd/commit/80f936963773053c36ebdff5185147b5e127f94d which breaks communication with etcd server. Change-Id: I16402fc79192622ddc9a8dcdb1b4b6f11294dbf7 --- docker/base-tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base-tools/requirements.txt b/docker/base-tools/requirements.txt index 3edeb62..842b4fe 100644 --- a/docker/base-tools/requirements.txt +++ b/docker/base-tools/requirements.txt @@ -3,5 +3,5 @@ PyYAML>=3.1.0 # MIT dumb-init # init system for containers netifaces pykube -python-etcd +python-etcd>0.4.3 six>=1.9.0 # MIT