blazar/blazar
Hiroaki Kobayashi ad575d3d32 Fix initialization of the PhysicalHostMonitorPlugin
The PhysicalHostMonitorPlugin class uses the singleton design pattern.
An instance of this class is generated only once but __init__ can be
called multiple times.

This patch moves class member initialization from __init__ to __new__.

Change-Id: I999e5e27d0fda51297fffd2f75e29efb3b464061
2018-04-24 11:49:33 +09:00
..
api Fix map issues with Python3 2018-02-02 11:53:10 +00:00
cmd Add DevStack gate jobs for Python3 2018-02-02 11:53:10 +00:00
db Add migration code for updating lease status 2018-02-06 04:45:27 +00:00
hacking Add log hacking rules 2017-10-09 07:18:19 +00:00
manager Retry event actions 2018-02-02 10:33:31 +09:00
monitor Merge "Implement host notification monitor plugin" 2018-02-05 09:59:48 +00:00
notification Replace messaging.get_transport with get_rpc_transport 2017-06-07 14:21:09 +09:00
plugins Fix initialization of the PhysicalHostMonitorPlugin 2018-04-24 11:49:33 +09:00
tests Merge "Support instance reservation healing" 2018-02-07 08:32:51 +00:00
utils Merge "Reduce Nova API calls in the host polling monitor" 2018-02-05 09:59:49 +00:00
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
config.py Enable uWSGI deployment of the blazar-api service 2017-12-13 12:30:17 +00:00
context.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
exceptions.py Fix iterator issues with Python3 2018-01-12 11:43:31 +09:00
i18n.py Fix typos 2017-09-12 02:15:09 +00:00
opts.py Enable uWSGI deployment of the blazar-api service 2017-12-13 12:30:17 +00:00
policy.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
status.py Fix exception message issues with Python3 2018-01-22 14:00:10 +09:00
version.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00