heat/heat/api
Tomas Sedovic 4679fb01c6 Allow templates specified from local filesystem
Fixes #47

Passing a template file (as opposed to a URL) to the CLI:

      ./heat -d create wordpress \
        --template-file=../templates/WordPress_Single_Instance.template

caused a 'URI too long' error. The reason was that we were passing the entire
template contents to the Heat API server inside the URL params.

This makes sure that templates are passed around inside HTTP body rather than
the URL.
2012-04-02 18:01:18 +02:00
..
middleware Remerge common code with glance. 2012-03-16 14:14:25 +11:00
v1 Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
__init__.py Remove openstack copy right assignment as we have not done that yet. 2012-03-15 09:36:51 +11:00
versions.py Remerge common code with glance. 2012-03-16 14:14:25 +11:00