ironic.api.controllers.v1.bios module

ironic.api.controllers.v1.bios module

service None

Bases: ironic.api.controllers.base.APIBase

API representation of a BIOS setting.

Add links to the bios setting.

service None

Bases: wsme.types.Base

API representation of the bios settings for a node.

static BIOSSettingsCollection.collection_from_list(node_ident, bios_settings)
service None

Bases: pecan.rest.RestController

REST controller for bios.

NodeBiosController.get_all()[source]

List node bios settings.

NodeBiosController.get_one(setting_name)[source]

Retrieve information about the given bios setting.

Parameters:setting_name – Logical name of the setting to retrieve.
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.