diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-23 17:23:35 +0800 |
---|---|---|
committer | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-03-23 09:31:32 +0000 |
commit | 1836c3f263c0505c7647be599f3969f590e48082 (patch) | |
tree | 55d540e63b16bbb18b83b7a1bcf9c8aa90b6516f /requirements.txt | |
parent | 43c61eced9b4a23c36b3b0d105409f75d8b1a130 (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>
(cherry picked from commit 2f1f35479f0449d4b91eb5c28e94a50af202e18f)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
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 |