From 07c83773dc3c7b863013054980844fd8accb4734 Mon Sep 17 00:00:00 2001 From: Kuo-tung Kao Date: Thu, 21 Jan 2016 14:51:15 +0800 Subject: [PATCH] update docker-py to 1.6.0 Kolla uses named volummes in Docker, a feature released in Docker 1.9. docker-py 1.6.0 is needed for named volumes and buildargs. Change-Id: I967ecc865124f710a3505fd591916a516bf588b1 Closes-Bug: 1536482 Closes-Bug: 1536518 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index d9ed5ff5c4..95368faf09 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -269,7 +269,7 @@ bashate>=0.2 # Apache-2.0 cliff-tablib>=1.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 demjson # GNU LGPL 3.0 -docker-py>=1.4.0 # Apache-2.0 +docker-py>=1.6.0 # Apache-2.0 discover # BSD django-nose>=1.2 # BSD doc8 # Apache-2.0