heat/heat/api/cfn
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
..
v1 Enable resource signals be handled asynchronously 2015-01-19 18:51:19 +08:00
__init__.py Fix [H302] errors in heat/api 2014-11-17 15:04:33 +03:00
versions.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00