From b326ba2f00df459db66a5bd6970281a684c96d64 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 20 Jul 2017 20:53:07 -0400 Subject: [PATCH] Require python-cinderclient>=3.0.0 Nova needs the latest version for some blueprint work for Pike. Depends-on: I3e8dfbd8dc06a79a55ae2167b55b599394b8c527 Change-Id: I84d62b7eb20edb555851fcf7e5ae7203ed7053cb --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 6c23d9629..d4a1827bb 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -233,7 +233,7 @@ gnocchiclient>=2.7.0 # Apache-2.0 tricircleclient>=0.1.1 # Apache-2.0 python-barbicanclient>=4.0.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 -python-cinderclient>=2.1.0 # Apache-2.0 +python-cinderclient>=3.0.0 # Apache-2.0 python-congressclient>=1.3.0,<2000 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-freezerclient>=1.3.0 # Apache-2.0