ironic/ironic/drivers/modules/ilo
Shivanand Tendulker 1861c93650 Use correct error handler instead of calling process_event('fail')
Drivers should be using error handler deploying_error_handler() or
cleaning_error_handler() from conductor.utils for handling the failures
of deploy or clean step instead of directly calling process_event('fail').
These handlers perform necessary cleaning before moving the node to failed
state.

Conflicts:
	ironic/drivers/modules/ilo/management.py
	ironic/tests/unit/drivers/modules/ilo/test_management.py
	ironic/tests/unit/drivers/modules/ilo/test_raid.py

NOTE(stendulker): The conflict is due to not having following changes
in Train:
9fb4074bfe
d927dd0d0a

Change-Id: I5d9b6831137cdef171a9929f144956f741390953
(cherry picked from commit 76a6fca8d7)
2020-09-29 13:33:40 -04: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 Add iPXE boot interface to 'ilo' hardware type 2019-08-16 12:32:36 -04:00
common.py Add missing ws separator between words 2018-11-20 10:06:47 +08:00
console.py Timing metrics: iLO drivers 2016-09-12 03:00:22 -07:00
firmware_processor.py Fix W605 Errors 2018-05-09 06:13:55 -07:00
inspect.py Fix missing print format error 2019-03-11 13:50:26 +08:00
management.py Use correct error handler instead of calling process_event('fail') 2020-09-29 13:33:40 -04:00
power.py Fixes power-on failure for 'ilo' hardware type 2019-07-29 08:34:59 -04:00
raid.py Use correct error handler instead of calling process_event('fail') 2020-09-29 13:33:40 -04:00
vendor.py Fix W504 errors 2018-05-09 06:11:30 -07:00