]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Raise max header size to accommodate large tokens.
authorShao Kai Li <lshaokai@cn.ibm.com>
Thu, 2 Jan 2014 05:51:41 +0000 (00:51 -0500)
committerShao Kai Li <lshaokai@cn.ibm.com>
Fri, 3 Jan 2014 02:20:09 +0000 (21:20 -0500)
commitaa1ba1f0176af286506e4188628e5acbb8f7f0e6
tree997797f4c2d9755e385ebd58fa0d9c21d4ae4120
parentbb52be971deea9e2374b5cef1b1f208e4354276e
Raise max header size to accommodate large tokens.

The max header is exceeded in the following scenario
- Auth tokens built with a keystone v3 API catalog
- A catalog with approximately 8 or more endpoints defined

An equivalent fix will be required for all projects which use
eventlet.wsgi.

Copied from https://review.openstack.org/#/c/33362/

Closes-Bug: 1190149

Change-Id: I3fcb196b25a7a477b799c8dfa2ff5115977ca06d
cinder/wsgi.py