From 5be6f319b171293d277d68d5c4ded44405fed234 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 27 Jan 2017 13:07:49 +0200 Subject: [PATCH] Fix novaclient requirement Change-Id: Idca835c6519e49ea62b6bceb8be583624ef1c40a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05031b92dc..de7d381371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ python-mistralclient>=2.0.0,<=3.0.0 # Apache Software License python-monascaclient>=1.1.0,<=1.4.0 # Apache Software License python-muranoclient>=0.8.2,<=0.11.1 # Apache License, Version 2.0 python-neutronclient>=5.1.0,<=6.0.0 # Apache Software License -python-novaclient>=6.0.0,!=7.0.0<=7.1.0 # Apache License, Version 2.0 +python-novaclient>=6.0.0,!=7.0.0,<=7.1.0 # Apache License, Version 2.0 python-saharaclient==1.1.0 # Apache License, Version 2.0 python-senlinclient==1.1.0 # Apache Software License python-swiftclient==3.2.0 # Apache Software License