]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Store the user parameters in the stack table
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 27 Jun 2012 05:20:45 +0000 (15:20 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 27 Jun 2012 05:22:59 +0000 (15:22 +1000)
commit038a65947c8a6fdb13328c6555ba148330a0a7cc
tree1d05a8b48e35fdea5ff9709f7f470b81350d54e2
parenta2fc69d90556301334d454e434ca95b7f18b34d4
Store the user parameters in the stack table

This allows us to use the raw template + the parameters
in place of the parsed_template.
Using the parsed template we lose the dependancy information
that is necessary when deleting the stack.

Change-Id: Icc6ed9ae1617ea9f760a674b44630918669124f9
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/db/sqlalchemy/migrate_repo/versions/008_user_parameters.py [new file with mode: 0644]
heat/db/sqlalchemy/models.py
heat/engine/manager.py