heat/heat/common
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
..
__init__.py Remove openstack copy right assignment as we have not done that yet. 2012-03-15 09:36:51 +11:00
auth.py s/image/heat in auth code. 2012-03-29 22:22:33 +11:00
client.py Allow templates specified from local filesystem 2012-04-02 18:01:18 +02:00
config.py Move simpledb to db/anydbm just so we are using the new API. 2012-03-30 21:28:37 +11:00
context.py temporarily hack out the keystone auth. 2012-04-02 11:59:18 +10:00
crypt.py Remerge common code with glance. 2012-03-16 14:14:25 +11:00
exception.py Copy some glance/common fixes 2012-03-29 22:20:59 +11:00
policy.py Remove openstack copy right assignment as we have not done that yet. 2012-03-15 09:36:51 +11:00
utils.py Move simpledb to db/anydbm just so we are using the new API. 2012-03-30 21:28:37 +11:00
wsgi.py Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00