ironic/ironic/drivers/modules/ilo
Shivanand Tendulker e5f886e8c8 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

NOTE(stendulker): The conflict is due to not having change
9fb4074bfe in Ussuri.

Change-Id: I5d9b6831137cdef171a9929f144956f741390953
(cherry picked from commit 76a6fca8d7)
2020-09-29 11:55:31 -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 Revert "Generalize ISO building for virtual media driver" 2020-04-20 19:04:30 +02:00
common.py Revert "Generalize ISO building for virtual media driver" 2020-04-20 19:04:30 +02: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 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 11:55:31 -04:00
power.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
raid.py Use correct error handler instead of calling process_event('fail') 2020-09-29 11:55:31 -04:00
vendor.py Fix W504 errors 2018-05-09 06:11:30 -07:00