From: spisarski Date: Tue, 23 Jan 2018 16:26:17 +0000 (-0700) Subject: Nova 10 breaks the lib X-Git-Tag: opnfv-6.0.0~36 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b4ddabd5af178f0e8bc33fb694facb20fea354ea;p=snaps.git Nova 10 breaks the lib Change-Id: Iadb5e44836258e5d9a89090c4b0302d2689a40c5 Signed-off-by: spisarski --- 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