summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-03-23 17:23:35 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-03-23 17:23:35 +0800
commit2f1f35479f0449d4b91eb5c28e94a50af202e18f (patch)
tree55d540e63b16bbb18b83b7a1bcf9c8aa90b6516f
parent136b188b4713f4ec2a20d6a09b4284a02f520aa3 (diff)
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 <Gabriel.yuyang@huawei.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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