Cap urllib3<1.11 in stable/kilo

urllib3 1.11 was released today (7/21) and now python-glanceclient
0.17.2 is blowing up in the kilo side of grenade with AttributeErrors,
and glanceclient uses requests which I believe is what's pulling in the
urllib3 regression.

Related-Bug: #1476770
Depends-On: I106b92a9c48f414f87a36e359aea3fbaf273fcef
Change-Id: I1707bfa1b1a5afeb4995c374682ae67e3d4b79ea
This commit is contained in:
Davanum Srinivas 2015-07-21 16:36:05 -05:00
parent 154c3ff0d5
commit bd8a876482
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ suds>=0.4
eventlet!=0.17.0,>=0.16.1
httplib2>=0.7.5
requests!=2.4.0,>=2.2.0
urllib3>=1.8.3
urllib3>=1.8.3,<1.11
oslo.concurrency<1.9.0,>=1.8.0 # Apache-2.0