]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add support for getting the template via url else we get RequestUriTooLong
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 15 Mar 2012 10:22:05 +0000 (21:22 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 15 Mar 2012 10:22:05 +0000 (21:22 +1100)
commita5ea8a4c558d38592d1ef93857485e4fb1cef884
tree12efbe1c64b5e97789bd7147a5c7ef1d5b58b71d
parent97b6c95df0138b76dc1b75dd266f4d7c4ff37b70
Add support for getting the template via url else we get RequestUriTooLong

The nutty cloudforms api passes the template in via parameters.
TemplateUrl is better.

try:
./bin/heat create my_stack --template-url=https://raw.github.com/asalkeld/heat/master/templates/WordPress_Single_Instance.template

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/api/v1/__init__.py
heat/api/v1/stacks.py