From b4ddabd5af178f0e8bc33fb694facb20fea354ea Mon Sep 17 00:00:00 2001 From: spisarski Date: Tue, 23 Jan 2018 09:26:17 -0700 Subject: Nova 10 breaks the lib Change-Id: Iadb5e44836258e5d9a89090c4b0302d2689a40c5 Signed-off-by: spisarski --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f992fb4..00e9357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -python-novaclient>=9.0.0,<=10 # Apache-2.0 +python-novaclient>=9.0.0,<10 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 -- cgit 1.2.3-korg