]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Catch a NotFound exception in signal_responder delete
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 22 Aug 2013 07:17:33 +0000 (17:17 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 26 Aug 2013 23:01:38 +0000 (09:01 +1000)
commitfb4e4a34dceff8cd313daed1686752d66d9194fa
treece7a4cee31056e2c200cd57fd643afa1a1086771
parentb6f4bea47365f7b69f1acb9f2b5d5a7ceb205dfe
Catch a NotFound exception in signal_responder delete

If the alarm does not get created (error condition) and
the url does not get created (no one referenced it) then
the delete will fail with a NotFound.

Change-Id: I431ebef9b9341548176d977e336558df9f5deb6c
heat/engine/signal_responder.py
heat/tests/test_signal.py