]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use new Parameters class for validation
authorZane Bitter <zbitter@redhat.com>
Wed, 31 Oct 2012 19:18:43 +0000 (20:18 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 31 Oct 2012 19:18:43 +0000 (20:18 +0100)
commitd918f3919f46ab1663d065e81c12819a8624c7a8
tree7488a7c094aff9aaa31995a6c55e87b764e886e5
parentf605bcc812e2f0eaeca7c62da759f16a7478a6b0
Use new Parameters class for validation

The Stack.validate() method is no longer used for the validate_template
feature (since it requires the parameter values in order to parse the whole
template), so move the code for outputting parameter metadata to where it
is actually used.

Change-Id: Ibf2ad7cb485bff75953c952f34ea4a597ea5e2f8
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/manager.py
heat/engine/parser.py
heat/tests/test_engine_manager.py