murano/murano/engine/system
Snihyr Kostyantyn 100d1edb39 Async HeatStack::push
This patch adds new feature - async HeatStack::push
If HeatStack::push is called with flag async=True,
template will be pushed in separate greenthread with
1 sec delay. If push operation is not finished and next
push is called, thread will be killed and next push
will be scheduled.

Change-Id: I8aea5a88fdf964b8ed0436f7d692dac50caf854b
2016-10-03 19:19:19 +03:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
agent.py Support for multi-regional apps was added 2016-08-12 07:09:58 -07:00
agent_listener.py Support for multi-regional apps was added 2016-08-12 07:09:58 -07:00
common.py Support for multi-regional apps was added 2016-08-12 07:09:58 -07:00
heat_stack.py Async HeatStack::push 2016-10-03 19:19:19 +03:00
instance_reporter.py Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
logger.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
net_explorer.py Replace retrying with tenacity 2016-09-22 10:56:34 -06:00
resource_manager.py Prevent logging of result of resources.string() method call 2016-09-14 17:44:56 +00:00
status_reporter.py [messaging] Using get_notification_transport() 2016-09-06 09:59:53 +00:00
system_objects.py Serialization of destruction dependencies 2016-09-14 03:48:00 +00:00
test_fixture.py TrivialFix: Remove cfg import unused 2016-08-29 09:35:14 +07:00
workflowclient.py Use default region_name parameter in clients 2016-09-06 16:58:14 +00:00
yaql_functions.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00