openstack-ironic/ironic/objects
Doug Goldstein aa748ea919
fix: bios fields could not be fetched via the API
In Ie86ec57e428e2bb2efd099a839105e51a94824ab this code was added but it
appears to have been targeting an earlier version of the spec index
Ib93e62076207e3e25960111bd0b46b83fe481c69. Up to version 8 of the spec
there is mention of a 'registry' DB field which would have been added
and then parsed in a get_registry_fields() helper method. But it was
ultimately dropped. This bit of code still contained those references
resulting in the endpoint returning errors.

Closes-Bug: 2137596
Change-Id: I79ed016edd2ea6bfb94bf303f1e815b4d9b16dfd
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2026-01-06 16:37:54 -06:00
..
__init__.py DB: inspection rules migration 2025-02-13 16:17:25 +01:00
allocation.py Optional indirection API use 2025-08-18 09:53:11 -07:00
base.py Optional indirection API use 2025-08-18 09:53:11 -07:00
bios.py fix: bios fields could not be fetched via the API 2026-01-06 16:37:54 -06:00
chassis.py Optional indirection API use 2025-08-18 09:53:11 -07:00
conductor.py Merge "Add periodic cleanup of stale conductors" 2025-08-22 19:58:13 +00:00
deploy_template.py Optional indirection API use 2025-08-18 09:53:11 -07:00
deployment.py Add node.instance_name 2025-11-12 13:34:51 +01:00
fields.py Stop using md5 for __repr__ of objects 2020-07-07 15:28:03 +02:00
firmware.py Optional indirection API use 2025-08-18 09:53:11 -07:00
indirection.py Optional indirection API use 2025-08-18 09:53:11 -07:00
inspection_rule.py Optional indirection API use 2025-08-18 09:53:11 -07:00
node.py Add node.instance_name 2025-11-12 13:34:51 +01:00
node_history.py Optional indirection API use 2025-08-18 09:53:11 -07:00
node_inventory.py Optional indirection API use 2025-08-18 09:53:11 -07:00
notification.py driver_internal_info in provision notifications 2020-08-25 18:11:04 +00:00
port.py Add a new 'category' field to the Port object 2025-08-18 21:59:33 -05:00
portgroup.py Support filtering portgroups by shard 2025-12-18 11:24:34 -08:00
runbook.py Optional indirection API use 2025-08-18 09:53:11 -07:00
trait.py Reduce the number of RPC calls to traits API 2025-08-25 19:02:43 +02:00
volume_connector.py Optional indirection API use 2025-08-18 09:53:11 -07:00
volume_target.py Optional indirection API use 2025-08-18 09:53:11 -07:00