From d06da5d652ececcefcd0ff1c1dd3fe4cb0cf712b Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Thu, 8 Dec 2011 11:14:39 -0800 Subject: Relax dependency on boto 1.9b and nova-adminclient * change boto=1.9b to boto * fix the tests * remove nova-adminclient dependency * remove the useless smoketests for nova-adminclient Change-Id: Ie191453941e64774496a912cb64d1417f3f1bea3 --- tools/pip-requires | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index f9b63b917..c494affde 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ pylint==0.19 Cheetah==2.4.4 amqplib==0.6.1 anyjson==0.2.4 -boto==1.9b +boto carrot==0.10.5 eventlet kombu==1.0.4 @@ -27,7 +27,6 @@ netaddr sphinx glance xattr>=0.6.0 -nova-adminclient suds==0.4 coverage nosexcover -- cgit