From e59360da677c4cd3f6a6391cfebb973c11e2ee47 Mon Sep 17 00:00:00 2001 From: Henry Nash Date: Sat, 17 Nov 2012 14:45:18 +0000 Subject: Import auth_token middleware from keystoneclient Although the master auth_token file is now in keystoneclient, it will take some time to get all the paste files to point to it there rather than here. Hence, we import it back here to provide backward compatibility for a release or so, after which we will remove it from the server. Change-Id: Iccdb7839a611cdda233e4ea96f68c64d6d82f49c --- tools/pip-requires | 1 + tools/test-requires | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 572d5d47..ae6885bd 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -11,3 +11,4 @@ sqlalchemy-migrate>=0.7.2 passlib lxml iso8601>=0.1.4 +python-keystoneclient>=0.2,<0.3 diff --git a/tools/test-requires b/tools/test-requires index cb7723e8..dd60ef22 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -20,7 +20,6 @@ distribute>=0.6.24 # for python-keystoneclient httplib2 -python-keystoneclient>=0.1,<0.2 # swift_auth test dependencies http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift -- cgit