]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : WaitCondition FnGetAtt return correct signal data
authorSteven Hardy <shardy@redhat.com>
Tue, 15 Jan 2013 11:43:50 +0000 (11:43 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 15 Jan 2013 11:43:50 +0000 (11:43 +0000)
commit4c980cde140d562dc2d1051d295cfddebe849760
treea4a6f38434c5bf688a9a0329e61409d4fa1d60c8
parent21c960aca3d44ba598500aaa7b338c746adff5a9
heat engine : WaitCondition FnGetAtt return correct signal data

FnGetAtt for WaitCondition should return data in the format described
in the AWS docs, currently it always returns "None"

fixes bug 1097786

Change-Id: Ifb8e89a58fedbab8815fe1197acb138afbc8d2a3
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources/wait_condition.py
heat/tests/test_waitcondition.py