]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add an API for passing a signal through to a resource
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 25 Jul 2013 00:36:50 +0000 (10:36 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 25 Jul 2013 00:36:50 +0000 (10:36 +1000)
commitc8dae557b3915cb1bd9dd108e99e984479cef4f3
tree46e2588107c97b2735810e34dfea4b7f412b4693
parenteade86a674c49eb309c00f34f67bd62928ba0876
Add an API for passing a signal through to a resource

Reuse the /waitcondition functionality to provide a
/signal pathway.
a signal could be a waitcondition or an alarm.

blueprint watch-ceilometer
Change-Id: Ia9da222b8072ee0dc65bf137e7d3eb7fa4d944f5
heat/api/cfn/v1/__init__.py
heat/api/cfn/v1/signal.py [moved from heat/api/cfn/v1/waitcondition.py with 72% similarity]
heat/engine/resource.py
heat/engine/service.py
heat/engine/signal_responder.py
heat/rpc/client.py
heat/tests/generic_resource.py
heat/tests/test_engine_service.py
heat/tests/test_rpc_client.py
heat/tests/test_signal.py [new file with mode: 0644]