ironic-python-agent/releasenotes
Julia Kreger 6befbd6c45 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)
(cherry picked from commit 9fe5cb92be)
(cherry picked from commit 47a8ae6744)
2020-08-07 15:36:18 -07:00
..
notes Fix TypeError on agent lookup failure 2020-08-07 15:36:18 -07:00
source Remove setting of version/release from releasenotes 2017-11-17 10:12:24 +01:00