]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix --template-file
authorTomas Sedovic <tomas@sedovic.cz>
Wed, 4 Apr 2012 17:13:37 +0000 (19:13 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Wed, 4 Apr 2012 17:28:47 +0000 (19:28 +0200)
commit7690e1b5d4ca5dce2aeccbb04da43871cd8718fc
treed7e7458ba447fd09a02c2b1c5c2baf6040728308
parentec9c7009fa184e609cbc0d5c4ae937ce5220afc2
Fix --template-file

Fixes #47

The code that causes the URI TOO LONG error is in eventlet.wsgi.

So for the time being we're replacing that with paste.httpserver which serves
WSGI apps, too.

Longer term, we want to use eventlet but they need to make the maximum URL
length configurable.
bin/heat-api
bin/heat-engine