]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
ValidateTemplate API call framework
authorSteven Dake <sdake@redhat.com>
Fri, 4 May 2012 17:09:41 +0000 (10:09 -0700)
committerSteven Dake <sdake@redhat.com>
Fri, 4 May 2012 17:16:52 +0000 (10:16 -0700)
commit9e2c35efa8df0ba3597b9f9e4e33b706eb86dbe9
tree9585f7c549fcf8925f450e40a9d608c079e136c2
parent6bae53753bff2bf1062a1fdea2ee5963e6ed6b65
ValidateTemplate API call framework

This is a start on issue #111

While no actual validation is done by this patch, this patch introduces
the framework for validating in each of the resource types and returning
an appropriate error when a validation error occurs.

Signed-off-by: Steven Dake <sdake@redhat.com>
bin/heat
heat/api/v1/stacks.py
heat/engine/eip.py
heat/engine/instance.py
heat/engine/manager.py
heat/engine/parser.py
heat/engine/resources.py
heat/engine/security_group.py
heat/engine/volume.py
heat/engine/wait_condition.py