heat/heat/engine
Zane Bitter 4ee2730522 Make Resource.create() a co-routine
At the moment, we will just run each co-routine to completion, but in
future we can use this to return control to the caller so that resources
may be created in parallel.

Change-Id: I5c2daf3839e53d855acb73fc4288b5be76794c7f
2013-04-30 19:29:27 +02:00
..
resources Make Resource.create() a co-routine 2013-04-30 19:29:27 +02:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py heat engine : fix hardcoded DisableRollback value 2013-02-28 16:14:35 +00:00
clients.py No longer pass no_cache=True to novaclient create 2013-04-03 13:51:41 +13:00
dependencies.py Do proper dependency calculations 2012-06-15 11:29:08 +02:00
event.py heat engine : allow Properties validation failure events 2013-03-07 09:03:03 +00:00
parameters.py Don't assume a Parameter value is a str 2013-03-28 09:32:04 +13:00
parser.py Make Resource.create() a co-routine 2013-04-30 19:29:27 +02:00
properties.py Validate properties against the schema in validate_template 2013-04-29 18:19:55 +02:00
resource.py Make Resource.create() a co-routine 2013-04-30 19:29:27 +02:00
scheduler.py Add a scheduler module 2013-04-29 11:28:37 +02:00
service.py Merge "Validate properties against the schema in validate_template" 2013-04-30 09:51:37 +00:00
stack_resource.py Fix the exception message in stack_resource.get_output() 2013-04-12 17:07:59 +10:00
template.py Make the exception string a little more useful 2013-02-25 11:15:17 +11:00
timestamp.py RPC API: Add a ResourceNotAvailable exception 2013-01-17 11:47:47 +01:00
watchrule.py heat engine : watchrule quietly discard unused metric data 2013-03-06 17:28:10 +00:00