]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : WaitCondition add Handle property validation
authorSteven Hardy <shardy@redhat.com>
Fri, 1 Feb 2013 13:01:18 +0000 (13:01 +0000)
committerSteven Hardy <shardy@redhat.com>
Fri, 1 Feb 2013 16:13:12 +0000 (16:13 +0000)
commitc751abc05debe98dff4efde44bb1c9cb43230562
treecd63ca0a42dca4a3e7ca8f52cdb061065e121f52
parent7574ce87bcb3d7362a4dbd2965095e3990457bd6
heat engine : WaitCondition add Handle property validation

Add validation to the Handle property for WaitCondition, so
we check that the identifier in the provided URL maps to
a WaitConditionHandle resource in the same stack as the
WaitCondition

fixes bug 1100754

Change-Id: I44c8f52435016fad5a35183472d2b0df26c1915d
heat/engine/resources/wait_condition.py
heat/tests/test_waitcondition.py