]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make the saving cfn-signaling more reliable
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 20 Jun 2012 11:24:44 +0000 (21:24 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 20 Jun 2012 11:24:44 +0000 (21:24 +1000)
commit1530a29cfd25e33b50e5894fbe47dcd235bb3fef
tree6769606764866f42829b299d9cc4c4c986ad9350
parentcfd1232038286fb14b36d1427d4ce5f7611ba58f
Make the saving cfn-signaling more reliable

1) The metadata saved in manager.py was not always showing up
   in the db (from wait_condition.py)
2) Reuse a little method in parser.py to retrieve the parsed_template
   db entry (and store the parsed_template_id).

Change-Id: Ib5b5474b81c0b7439eb1fa4aec5a0f1f21bbde1c
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/engine/manager.py
heat/engine/parser.py
heat/engine/wait_condition.py