ironic/ironic/drivers/modules/ilo
Aija Jauntēva 8a556832bf Update `cleaning_error_handler`
Update `cleaning_error_handler` to match with
`deploying_error_handler` that logs all errors and optionally
separates between logged message and `last_error`.

Logged message usually contains node's uuid as there is no
context for node in stream of log entries. `last_error`
usually does not contain node's uuid as it is already
displayed in the context of node.

Impact:
* There were messages that were only added to node's last_error.
Now they are going to be logged too.
* No need to log explicitly before `cleaning_error_handler`. Such
occurrences have been removed.
* Where there were different message for log and last_error it
is kept. Where there was only 1 message, it is left as it is to
be both logged and updated in `last_error`.
* Exception logging is replaced with error logging with traceback.

Story: 2008307
Task: 41198
Change-Id: I813228fb47a51ee6c45b420322acabdf565ff752
(cherry picked from commit 870181f3ae)
2021-01-12 10:57:13 +01:00
..
__init__.py Add IloDriver and its IloPower module 2014-07-17 20:50:53 +05:30
bios.py Add deploy steps for iLO BIOS interface 2019-08-29 05:16:27 +00:00
boot.py Do not pass BOOTIF=None if no BOOTIF can be guessed 2020-10-14 09:34:38 +00:00
common.py Adding changes for iso less vmedia support 2020-09-25 05:07:07 +00:00
console.py Timing metrics: iLO drivers 2016-09-12 03:00:22 -07:00
firmware_processor.py Revert "Generalize ISO building for virtual media driver" 2020-04-20 19:04:30 +02:00
inspect.py Adds few of the security dashboard parameters to capabilities 2020-09-07 07:44:11 +00:00
management.py Update `cleaning_error_handler` 2021-01-12 10:57:13 +01:00
power.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
raid.py Update `cleaning_error_handler` 2021-01-12 10:57:13 +01:00
vendor.py Fix W504 errors 2018-05-09 06:11:30 -07:00