ironic.drivers.modules.inspector.interface module¶
- class ironic.drivers.modules.inspector.interface.Common(*args, **kwargs)[source]¶
Bases:
InspectInterface- get_properties()[source]¶
Return the properties of the interface.
- Returns:
dictionary of <property name>:<property description> entries.
- ironic.drivers.modules.inspector.interface.clean_up(task, finish=True, always_power_off=False)[source]¶
- ironic.drivers.modules.inspector.interface.inspection_error_handler(task, error, raise_exc=False, clean_up=True)[source]¶
- ironic.drivers.modules.inspector.interface.ironic_manages_boot(task, raise_exc=False)[source]¶
Whether ironic should manage boot for this node.