diff options
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r-- | nova/wsgi.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py index 72e464919..2e3f66f0d 100644 --- a/nova/wsgi.py +++ b/nova/wsgi.py @@ -37,6 +37,9 @@ from nova import exception from nova.openstack.common import excutils from nova.openstack.common import log as logging +# Raise the default from 8192 to accommodate large tokens +eventlet.wsgi.MAX_HEADER_LINE = 16384 + wsgi_opts = [ cfg.StrOpt('api_paste_config', default="api-paste.ini", |