From: yuyang Date: Thu, 23 Mar 2017 09:23:35 +0000 (+0800) Subject: Bugfix: fix docker version instead of API version X-Git-Tag: opnfv-5.0.0~53 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=2f1f35479f0449d4b91eb5c28e94a50af202e18f Bugfix: fix docker version instead of API version JIRA: BOTTLENECK-146 In 31527, API version is 1.24, docker version should be 1.12 Change-Id: I529f16372aaa00b4fc802344b559453677b7b560 Signed-off-by: yuyang --- diff --git a/requirements.txt b/requirements.txt index 8644b885..34b39a88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,4 +79,4 @@ warlock==1.2.0 wrapt==1.10.6 pyroute2==0.4.10 elasticsearch==5.0.1 -docker==1.24 +docker==1.12