masakari-monitors/masakarimonitors
shilpa.devharakar 3ffd576b79 Fix masakari-monitor connection issue
From openstacksdk version 0.11.1 onwards, there is no way
you can add service to the connection. Hence we need to monkey
_find_service_filter_class method from sdk to allow
to point to thee correct service filter class from masakariclient.

Solution provided here is not going to work in sdk 0.9.19 and
0.10.0 versions. Because service descriptor is not supported
in 0.9.19 and 0.10.0 sdk versions and profile parameter doesn't
work correctly during connection initialization.

Also solution provided here is not going to work in sdk 0.13.0
and above, it will still fails with below error
"'Connection' object has no attribute 'ha'"
this is because 'Connection' object expecting instance_ha not ha

Co-Author: tpatil <tushar.vitthal.patil@gmail.com>
Change-Id: Ic10d1b380abc8b3b6cc38015c9c3bf4ab7705a0c
Depends-On: I24ec493f3333a5b3f6bfed9395c921fb28500065
Closes-Bug: #1779752
2018-09-04 18:12:28 +05:30
..
cmd Fix masakari-monitor connection issue 2018-09-04 18:12:28 +05:30
common Add a mechanism to use the oslo libraries 2016-11-07 02:36:51 +00:00
conf fix misspelling of 'configuration' 2018-01-16 19:45:31 +08:00
ha Fix masakari-monitor connection issue 2018-09-04 18:12:28 +05:30
hacking Remove log translations 2017-06-19 16:55:00 +09:00
hostmonitor Remove log translations 2017-06-19 16:55:00 +09:00
instancemonitor Support specify connection uri for libvirt 2017-08-31 08:27:36 +08:00
objects Add common notification sending functions 2017-02-06 10:45:43 +00:00
processmonitor Use os-testr and add PY35 support 2017-07-26 16:19:24 +05:30
tests Fix masakari-monitor connection issue 2018-09-04 18:12:28 +05:30
__init__.py Allow masakari-instancemonitor command anywhere 2016-11-15 19:50:35 +09:00
config.py Add a mechanism to use the oslo libraries 2016-11-07 02:36:51 +00:00
i18n.py Remove log translations 2017-06-19 16:55:00 +09:00
manager.py Add instancemonitor only main process 2016-11-07 02:44:11 +00:00
privsep.py Add initial start of processes 2017-02-06 10:45:32 +00:00
service.py Remove log translations 2017-06-19 16:55:00 +09:00
utils.py Fix masakari-monitor connection issue 2018-09-04 18:12:28 +05:30
version.py Remove log translations 2017-06-19 16:55:00 +09:00