config/sysinv/sysinv/sysinv/sysinv/openstack/common/rpc
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
..
__init__.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
amqp.py Handle PEP479 2022-01-20 15:18:54 +02:00
common.py Re-enable important py3k checks for sysinv 2021-11-10 11:08:12 -03:00
dispatcher.py Fixed AttributeError handling in rpc dispatcher 2022-11-04 04:47:45 +00:00
impl_fake.py Fix: "raise" issues for Python 2/3 compatible code. 2018-10-26 14:34:53 +00:00
impl_kombu.py Handle PEP479 2022-01-20 15:18:54 +02:00
impl_qpid.py Handle PEP479 2022-01-20 15:18:54 +02:00
matchmaker_ring.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
matchmaker.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
proxy.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
serializer.py Fix: "metaclass" issues for Python 2/3 compatible code. 2018-10-25 15:50:20 +08:00
service.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00