de4d23c2a5
Based on PatchSet 3 of https://review.openstack.org/#/c/7569/ , make them to pass all funcional tests with both webob 1.x and 1.2.
The additional following compatibility issues were addressed:
- Until patch for range header issue is merged into official webob release, testRangedGetsWithLWSinHeader() should skip test against webob 1.2
(49c175aec2
)
- common.constraints.check_utf8() can accept both utf8 str and unicode.
- To convert unicode to utf-8 str if necessary.
- Making proxy_logging can handle invalid utf-8 str
bug 888371
bug 959881
blueprint webob-support
Change-Id: I00e5fd04cd1653259606a4ffdd4926db3c84c496
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
WebOb>=1.0.8,<1.3
|
|
configobj==4.7.1
|
|
eventlet==0.9.15
|
|
greenlet==0.3.1
|
|
netifaces==0.6
|
|
pastedeploy==1.3.3
|
|
simplejson==2.0.9
|
|
xattr==0.4
|
|
|
|
# Install python-swiftclient from git
|
|
https://github.com/openstack/python-swiftclient/zipball/master#egg=python-swiftclient
|