Skip to content

Commit

Permalink
Merge "allow large URL in HTTP request. Request from neutron plugin t…
Browse files Browse the repository at this point in the history
…o api server is not over haproxy interface." into R2.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 4, 2015
2 parents 3e8fa24 + 1085c9a commit 4770d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/api-server/vnc_cfg_api_server.py
Expand Up @@ -10,6 +10,10 @@
monkey.patch_all()
from gevent import hub

# from neutron plugin to api server, the request URL could be large. fix the const
import gevent.pywsgi
gevent.pywsgi.MAX_REQUEST_LINE = 65535

import sys
reload(sys)
sys.setdefaultencoding('UTF8')
Expand Down

0 comments on commit 4770d0e

Please sign in to comment.