]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Generate a template from a resource implementation.
authorAndrew Plunk <andrew.plunk@rackspace.com>
Fri, 12 Jul 2013 14:56:07 +0000 (09:56 -0500)
committerAndrew Plunk <andrew.plunk@rackspace.com>
Wed, 24 Jul 2013 20:37:05 +0000 (15:37 -0500)
commit13a3d7c5ce90af622e6f7dac49991308ca1fa1e2
tree9fb379bbaf92a014bf4adcabc9dc7a7915c41f07
parenteade86a674c49eb309c00f34f67bd62928ba0876
Generate a template from a resource implementation.

Using the properties and attributes schema in a
specified resource, generate a template where
all properties have been mapped as parameters,
and all attributes have beeen mapped as outputs.

blueprint resource-template

Change-Id: I0f494f039e91daf482385f225f8551826cace485
heat/engine/properties.py
heat/engine/resource.py
heat/tests/test_properties.py
heat/tests/test_resource.py