]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
HOT parameter validator part
authorJUN JIE NAN <nanjj@cn.ibm.com>
Thu, 1 Aug 2013 03:14:12 +0000 (11:14 +0800)
committerJUN JIE NAN <nanjj@cn.ibm.com>
Wed, 7 Aug 2013 06:09:41 +0000 (14:09 +0800)
commit46041586891cd900e4c3931643313c8f73039dd3
tree6d917b11aa725828d389496799dff03d0eaef0ea
parent4368dccc087a1669f9cd29b4f5fc0dea937ab2b1
HOT parameter validator part

Introduce new class ParamSchema to decouple parameter and its schema,
do validation in schema, for hot template, implement HotParamSchema as
it subclass.

Implements blueprint hot-parameters

Change-Id: I8720c62e41a1f182584c4518163d422784c23b37
heat/engine/hot.py
heat/engine/parameters.py
heat/engine/template.py
heat/tests/test_hot.py