]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use eventlet's wsgi again
authorTomas Sedovic <tomas@sedovic.cz>
Wed, 18 Jul 2012 11:34:03 +0000 (13:34 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Wed, 18 Jul 2012 11:34:35 +0000 (13:34 +0200)
commit6029c031eac1ca8cdf833300d79de49717ecb137
treecf64e62c52b29128586e4159e2335d6784c76c3b
parentcf56c2613b4a7317d57d97506167c2fd8cf27e42
Use eventlet's wsgi again

Ref #55

This adds a monkey patch for the eventlet's maximum url length issue (ref #18).
With it, we can use eventlet as our wsgi server again.

Once Eventlet releases a new version (the fix is already in master) we'll drop
the monkey patch and set the limit proper.

Change-Id: Ia122af8d53b49587ade0ead6897fdd10107f4a87
Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
bin/heat-api
bin/heat-metadata
heat/common/config.py
heat/common/wsgi.py