]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix metadata startup.
authorIan Main <imain@redhat.com>
Fri, 22 Jun 2012 16:55:17 +0000 (09:55 -0700)
committerIan Main <imain@redhat.com>
Fri, 22 Jun 2012 17:14:37 +0000 (10:14 -0700)
commit38d382ad07168ff7e521b574b46a13b9f67bf941
treefbd1f797809e800b993c8becd827150aea8497c8
parentf87fb58e01d24f85c7b5c710f1eefdeb1932f3d4
Fix metadata startup.

A previous change to wsgi init caused the metadata to break.  This
makes the 4th argument to init optional allowing other wsgi apps to
continue to work as normal.

Change-Id: Ib0e7042f656a9319013dba4e30c7ffa35cb85f92
Signed-off-by: Ian Main <imain@redhat.com>
heat/common/wsgi.py