config/sysinv/sysinv/sysinv/sysinv/openstack/common
Leonardo Fagundes Luz Serrano 015df527fe Fixed AttributeError handling in rpc dispatcher
Exception handling is failing to catch an AttributeError
exception. Code snippet is replaced here by an equivalent
approach using a built-in python function.

The message always comes coupled with another error message.
It is an artifact of the appfwk and provides
no information about the root cause or how to debug it.
Should be removed to avoid confusion.

Test Plan:
PASS Following steps to reproduce the message no longer
     trigger it.

Closes-Bug: 1991701
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: Ia37cf4c5340b58e7f318683669eaf35871558134
2022-11-04 04:47:45 +00:00
..
config Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
notifier python3: Refactor dict for python2/python3 compat 2021-08-10 12:58:36 -04:00
rpc Fixed AttributeError handling in rpc dispatcher 2022-11-04 04:47:45 +00:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
context.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
keystone_objects.py Optimize cert-mon token cache sizing and re-use 2021-10-08 16:25:48 -04:00
local.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
periodic_task.py Change periodic_tasks timer to be dynamic instead of fixed 2022-08-11 13:12:46 -03:00
policy.py Add missing timeouts to some API calls 2022-08-18 09:59:03 -04:00
service.py Fix log formatter errors in service file 2022-04-21 15:12:21 +00:00
threadgroup.py Remove sysinv.openstack.common.loopingcall 2021-08-13 16:30:11 +00:00