ironic.api.controllers.v1.bios module
updated: 2021-09-30 08:12
ironic.api.controllers.v1.bios module
-
class ironic.api.controllers.v1.bios.NodeBiosController(*args, **kwargs)[source]
Bases: pecan.rest.RestController
REST controller for bios.
-
get_all(detail=None, fields=None)[source]
List node bios settings.
-
get_one(setting_name)[source]
Retrieve information about the given bios setting.
- Parameters
setting_name – Logical name of the setting to retrieve.
-
ironic.api.controllers.v1.bios.collection_from_list(node_ident, bios_settings, detail=None, fields=None)[source]
-
ironic.api.controllers.v1.bios.convert_with_links(rpc_bios, node_uuid, detail=None, fields=None)[source]
Build a dict containing a bios setting value.
updated: 2021-09-30 08:12