]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Revert "Allow templates specified from local filesystem"
authorSteven Dake <sdake@redhat.com>
Tue, 3 Apr 2012 15:21:30 +0000 (08:21 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 3 Apr 2012 15:21:30 +0000 (08:21 -0700)
commit12b75ffa7f12f2f7d6ed67e8e39fb00b7c576360
treeb23af6f261acdf7c4633a9961d2cd7ecf7919a41
parent07e99ea570dbc20999f267aea4d7e220bbb60ca0
Revert "Allow templates specified from local filesystem"

Unfortunately this patch isn't quite correct.  It passes data in the body
of the message, but the API specifies passing in the url parameters.  This
results in user parameters not being passed to the instance properly.

This reverts commit 4679fb01c641053d45a197b598e28552144391a9.
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/client.py
heat/common/client.py
heat/engine/client.py