]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add rest endpoints for resource template generation.
authorAndrew Plunk <andrew.plunk@rackspace.com>
Fri, 12 Jul 2013 14:56:07 +0000 (09:56 -0500)
committerAndrew Plunk <andrew.plunk@rackspace.com>
Fri, 26 Jul 2013 15:53:39 +0000 (10:53 -0500)
commit48fe2f04baba57c0e6856c30f050eb83cacc6f2b
treec00dec774cc6aaea29cd15476f8b0159a687fb7e
parent87e02d79b8023334407b26dc725607c52fc613d0
Add rest endpoints for resource template generation.

Add api endpoints for generating a template based
on a resource implementation.

blueprint resource-template

Change-Id: Iebebad70befd1df6cd8989538cbb61350a17bc23
heat/api/aws/exception.py
heat/api/middleware/fault.py
heat/api/openstack/v1/__init__.py
heat/api/openstack/v1/stacks.py
heat/common/exception.py
heat/engine/service.py
heat/rpc/client.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_rpc_client.py