heat/heat
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
..
api Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
common Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
db Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00
engine Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
jeos F16 updates broken- Delete F16 and F17 update repos and don't yum update 2012-04-01 15:36:57 -07:00
openstack Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
tests Start separating the api and the implementation. 2012-03-20 12:58:54 +11:00
__init__.py Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
client.py Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
cloudformations.py Security credentials are now passed into heat engine from cli 2012-03-28 16:25:22 -04:00
version.py Adding rpm packaging for heat packages 2012-03-21 07:45:18 -04:00