vitrage/vitrage/common
Idan Hefetz af3ab0fdd2 refactoring vitrage processes
oslo service replaced by cotyledon.
Motivation:
Oslo service uses eventlet and green threads for timers and threads.
In Vitrage we use real threads and multiprocessing, it seems this 
combination causes unexpected behavior (such as timers not running, 
processes not starting) so the entire solution is very delicate to 
changes.

As part of an ongoing effort (previously, monkeypatching was removed)
this commit solves issues encountered in rpc_collector commit in 
addition it removes unnecessary complications in the application.

Co-Authored-By: Eyal <eyal.bar-ilan@nokia.com>
Change-Id: If33708e128d7aeb420a9aa79f71cfccd2b48dfb3
2018-03-27 12:41:21 +00:00
..
policies Merge "add support for webhooks" 2018-01-22 20:54:34 +00:00
__init__.py vitrage processor implementation 2015-12-23 11:10:29 +00:00
constants.py Add type property to the template metadata 2018-01-23 09:26:43 +00:00
exception.py Graph Persistor 2018-01-14 14:34:04 +00:00
utils.py refactoring vitrage processes 2018-03-27 12:41:21 +00:00