ironic.drivers.fake_hardware module

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.

supported_bios_interfaces

List of classes of supported bios interfaces.

supported_boot_interfaces

List of classes of supported boot interfaces.

supported_console_interfaces

List of classes of supported console interfaces.

supported_deploy_interfaces

List of classes of supported deploy interfaces.

supported_inspect_interfaces

List of classes of supported inspect interfaces.

supported_management_interfaces

List of classes of supported management interfaces.

supported_network_interfaces

List of supported network interfaces.

supported_power_interfaces

List of classes of supported power interfaces.

supported_raid_interfaces

List of classes of supported raid interfaces.

supported_rescue_interfaces

List of classes of supported rescue interfaces.

supported_storage_interfaces

List of classes of supported storage interfaces.

supported_vendor_interfaces

List of classes of supported rescue interfaces.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.