The ironic.drivers.fake_hardware Module

Fake hardware type.

class ironic.drivers.fake_hardware.FakeHardware[source]

Bases: ironic.drivers.hardware_type.AbstractHardwareType

Fake hardware type.

This hardware type is special-cased in the driver factory to bypass compatibility verification. Thus, supported_* methods here are only for calculating the defaults, not for actual check.

All fake implementations are still expected to be enabled in the configuration.