murano/murano/engine
Felipe Monteiro 1e5a1cbf80 Fix TypeError being throw by wait_ready in Engine System Agent.
Currently, wait_ready wrongly does call(template, False, timeout)
but the second param is expected to be a ResourceManager, leading
to the TypeError.

This fix replaces the wrong function call with
call_raw(template, timeout).

Change-Id: I57e92eae95efc3e68b51ea751d08dd87946f85cb
Closes-Bug: #1633176
2016-10-14 04:54:15 +00:00
..
system Fix TypeError being throw by wait_ready in Engine System Agent. 2016-10-14 04:54:15 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
execution_session.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
mock_context_manager.py Refactoring of the ObjectStore passing in DSL 2016-07-27 02:32:18 +00:00
murano_package.py Support of MuranoPL extended metadata was added 2016-03-03 12:32:19 +00:00
package_loader.py Fix TypeError being thrown by six.reraise in Engine Package Loader. 2016-10-10 17:32:37 -04:00
yaql_yaml_loader.py Use SafeLoader to load yaml files 2016-06-23 18:23:54 +03:00