Update to requests>=1.0.0 for keystoneclient.

The requests module dropped all configuration with the 1.0.0 release.
There's no danger_mode and no 'verbose'' mode. The former shouldn't
be necessary anymore and the latter can be done by setting a different
log handler for the request.logging root logger.

Related to https://review.openstack.org/#/c/20127/

Change-Id: Ide43a41b5481daede96e142d1a4f6519e33c21bf
This commit is contained in:
Sascha Peilicke 2013-01-25 15:13:03 +01:00
parent dd357475fb
commit a5b7fcf5f9

View File

@ -20,7 +20,7 @@ distribute>=0.6.24
# for python-keystoneclient
httplib2 # keystoneclient <0.2.1
requests<1.0 # replaces httplib2 in keystoneclient >=0.2.1
requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1
keyring
# swift_auth test dependencies