Comment 23 for bug 1701093

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/33853
Committed: http://github.com/Juniper/contrail-controller/commit/7f42f4538b5e796d1203dea3398847559b59d317
Submitter: Zuul (<email address hidden>)
Branch: master

commit 7f42f4538b5e796d1203dea3398847559b59d317
Author: Sahil <email address hidden>
Date: Thu Jul 20 11:16:53 2017 -0700

Making bottle base requests size configurable

Earlier bottle.BaseRequest.MEMFILE_MAX was hard coded to 1024000 in
vnc_cfg_api_server.py.
Adding config. parameter "max_request_size" to enable setting of
bottle.BaseRequest.MEMFILE_MAX through contrail-api.conf file.

Change-Id: I8a4d9e2ee7cf2c362647070bdd1865254f297236
Closes-Bug: #1701093