deb-murano/murano/common
Stan Lagun 05edab3661 Do not wait for MessageHandlingServer
Previously oslo.messaging's MessageHandlingServer
was used as as a murano-engine service in service launcher.
As a result it's wait() method was called. But after recent
changes it's wait method is supposed to be call only
after stop() to wait for graceful message processing to end.
As a result a warning was printed that stop() didn't finish
after 30 sec from wait() invocation (because it was never called).

This commit adds EngineService service implementation
that has its own wait() and encapsulates MessageHandlingServer
instance.

Change-Id: Ie553e0b27cc1c261b963907b4f12f89795b99a12
Closes-Bug: #1521087
2015-12-09 12:30:49 +03:00
..
helpers Drop types module usage 2015-11-02 18:39:24 +05:30
messaging Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
plugins Package type plugins support was added 2015-10-20 22:09:05 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
app_loader.py Fix incorrect format syntax in app_loader 2015-08-05 12:52:38 +08:00
auth_utils.py Default Region Configuration Property 2015-08-19 10:50:05 +02:00
config.py Set the port to use oslo_config PortOpt 2015-11-04 01:40:20 +00:00
consts.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
engine.py Do not wait for MessageHandlingServer 2015-12-09 12:30:49 +03:00
exceptions.py Fix race condition with router creation 2015-09-14 14:24:18 +00:00
i18n.py Use oslo.i18n for translation 2015-02-19 18:51:22 +03:00
policy.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
rpc.py Declare the CONF variable 2015-07-14 00:16:27 +03:00
server.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
statservice.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
utils.py Drop types module usage 2015-11-02 18:39:24 +05:30
uuidutils.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
wsgi.py Merge "Improved reporting for EADDRINUSE error" 2015-11-05 10:44:23 +00:00
xmlutils.py Update from oslo incubator 2014-12-10 09:29:14 +00:00