Install 0.4.4 python-etcd to fix TLS support

Version prior to 0.4.4 were forcing TLS versions:
80f9369637

which breaks communication with etcd server.

Change-Id: I16402fc79192622ddc9a8dcdb1b4b6f11294dbf7
This commit is contained in:
Aleksandr Mogylchenko 2017-01-12 16:25:29 +01:00
parent e996be07be
commit d90aa158cf
1 changed files with 1 additions and 1 deletions

View File

@ -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