]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get the heat --parameters to work.
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 28 Mar 2012 02:32:20 +0000 (13:32 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 28 Mar 2012 02:32:33 +0000 (13:32 +1100)
commit5a66af974bef2d44f16102f04e3d1a959a0f58f5
tree67cb1ecb25fd31b83dc75ec67d78d5f6d5c9d042
parent7dd042134c7d96e735af6172fb2c545d73793ecf
Get the heat --parameters to work.

So now this works:
heat create pile \
 --template-url=https://raw.github.com/heat-api/heat/master/templates/WordPress_Single_Instance.template \
 --parameters="InstanceType=t1.micro;DBUsername=angus;DBPassword=fruity;LinuxDistribution=F17"

Fixes Issue #40

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