ironic-python-agent/ironic_python_agent/tests
Julia Kreger 9fe5cb92be Fix TypeError on agent lookup failure
Agent lookups can fail as we presently use logging.exception,
better known in our code as LOG.exception, which can also generate
other fun issues on journald based systems where additional errors
could be raised resulting in us being unable to troubleshoot the
the actual issue.

Because of the mis-use of LOG.exception and the default behavior
of the backoff retry handler, the retry logic was also not
functional as any error no matter how small caused IPA to
just exit.

Change-Id: Ic4608b7c6ff9773d1403926efb3d59869c71343b
Story: 2007968
Task: 40465
(cherry picked from commit 5eab9bced6)
(cherry picked from commit e45ee3f642)
2020-08-07 15:34:32 -07:00
..
functional Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
unit Fix TypeError on agent lookup failure 2020-08-07 15:34:32 -07:00
__init__.py Adding oslotest to improve debugging 2014-04-03 14:02:53 -07:00