ironic/ironic/conductor
Steve Baker 45e8adc1df Move place_loaders_for_boot to boot driver __init__
Host preparation file writing is already done by the __init__ method
of iPXEBoot. This change moves place_loaders_for_boot calls to
iPXEBoot and PXEBoot to be consistent, and to only write the files
when that driver is enabled.

This will mean multiple writes of the same file when subclasses of
these drivers are also enabled, but this overhead will be negligible.

Change-Id: I7e17f4d1a54cd6c5d1a4bf006a0d42db8d123a46
2021-12-10 15:44:50 +13:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
allocations.py Trivial: comment why we don't check retired in allocations 2021-05-20 11:02:56 +02:00
base_manager.py Move place_loaders_for_boot to boot driver __init__ 2021-12-10 15:44:50 +13:00
cleaning.py Merge "Refactor driver_internal_info updates to methods" 2021-12-07 20:42:50 +00:00
deployments.py Refactor driver_internal_info updates to methods 2021-12-03 14:49:33 +13:00
manager.py Merge "All-in-one Ironic service with a local RPC bus" 2021-12-08 16:35:54 +00:00
notification_utils.py Add node console notifications 2016-12-23 08:51:54 +00:00
periodics.py node_periodics: encapsulate the interface class check 2021-10-12 11:30:38 +02:00
rpcapi.py Add "none" RPC transport that disables the RPC bus 2021-12-07 09:33:04 +01:00
steps.py Refactor driver_internal_info updates to methods 2021-12-03 14:49:33 +13:00
task_manager.py Avoid RPC notify_conductor_resume_{deploy,clean} in agent_base 2021-12-06 12:38:04 +01:00
utils.py Refactor driver_internal_info updates to methods 2021-12-03 14:49:33 +13:00
verify.py Follow up to Add support for verify steps 2021-10-07 20:48:45 +10:00