]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move parsing of parameters out of template parser
authorZane Bitter <zbitter@redhat.com>
Sun, 17 Jun 2012 14:05:57 +0000 (16:05 +0200)
committerZane Bitter <zbitter@redhat.com>
Sun, 17 Jun 2012 16:25:23 +0000 (18:25 +0200)
commit582b8b29cb443410ee87f8518e648aefdc42014f
tree0e681d4f84b5b04a4d663d4452b5d62c0274296a
parent892b99bff480aba8240a1f49eadeea079bae4c81
Move parsing of parameters out of template parser

The format of the params received by the manager is a property of the Heat
API protocol, not of the template, so it makes sense not to have the parser
extracting the template parameter data from them. This simplifies the
implementation of #123 (Nested Stacks).

Change-Id: I8eaf50caf79f69359cbc8ee1f0193c08d7944d1c
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/manager.py
heat/engine/parser.py
heat/tests/test_manager.py [new file with mode: 0644]
heat/tests/test_resources.py