From 660f76f457cf4b9bad56116cadd96b7729a880d4 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 20 Feb 2015 16:22:08 -0500 Subject: Remove python-novaclient from requirements.txt Change I050e92bc5620d6e748cf1d948ef2a52305aa02b5 removed the novaclient cli tests from tempest, which was the last use of python-novaclient in tempest. However, it neglected to remove it from the requirements.txt file. This commit fixes the oversight. Change-Id: Ib2d321846a79fe7582ea4dc7f80e146963b37d16 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b87731285..4690329aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ netaddr>=0.7.12 python-ceilometerclient>=1.0.6 python-glanceclient>=0.15.0 python-keystoneclient>=1.1.0 -python-novaclient>=2.18.0,!=2.21.0 python-neutronclient>=2.3.11,<3 python-cinderclient>=1.1.0 python-heatclient>=0.3.0 -- cgit v1.2.1