heat/heat/rpc
tengqm 37ef669705 Enable resource signals be handled asynchronously
This is an attempt to fix bug #1394095 which reported that alarm_url can
be signaled only in a blocked way. The reason is that the resource_signal
API was a synchronous call. To avoid breakng CFN/OpenStack WaitCondition
behavior, a new 'sync_call' argument is added which default to False.

A not-so-related fix to test_engine_service.py (L2161-2163) was included
in this patch because without that fix, I was not able to pass the test
cases. It was so trivial, so I don't think it deserves a separate patch.

Closes-Bug: 1394095
Change-Id: I45e094630ef01b34d09248dbac17ac477933ef53
2015-01-19 18:51:19 +08:00
..
__init__.py Create a new heat.rpc package 2012-11-30 17:05:13 +01:00
api.py Show the creation time for stack snapshots 2014-12-04 15:56:18 +08:00
client.py Enable resource signals be handled asynchronously 2015-01-19 18:51:19 +08:00