ironic/ironic/objects
Steve Baker d5eb6ee567 Refactor driver_internal_info updates to methods
Making updates to driver_internal_info can result in hard to read code
due the requirement to assign the whole driver_internal_info back to
the node to trigger the expected update operation. This change
replaces driver_internal_info update operations with a new
methods:
- set_driver_internal_info
- del_driver_internal_info
- timestamp_driver_internal_info

This change defines the functions and moves core conductor logic to
use them. Subsequent changes in this series will move drivers to use
the new functions.

Change-Id: Ib8917c3c674e77cd3aba6a1e73c65162e3ee1141
2021-12-03 14:49:33 +13:00
..
__init__.py Implements node history: database 2021-09-09 09:35:09 -07:00
allocation.py Add owner to allocations and create relevant policies 2019-12-10 19:00:33 +00:00
base.py API to pass fields to node object list 2021-06-25 23:04:31 +00:00
bios.py Trivial: Fix version number in comment 2021-06-01 14:49:34 -04:00
chassis.py [trivial] Fix argument descriptions 2017-07-10 14:12:56 +00:00
conductor.py Bye-bye iSCSI deploy, you served us well 2021-05-04 14:28:25 +02:00
deploy_template.py Deploy templates: API & notifications 2019-03-04 10:30:16 +00:00
deployment.py Add RPC objects for deployment API 2020-04-30 12:09:20 +02:00
fields.py Stop using md5 for __repr__ of objects 2020-07-07 15:28:03 +02:00
indirection.py Remove cyclic import between rpcapi and objects.base 2016-09-13 15:55:44 +01:00
node.py Refactor driver_internal_info updates to methods 2021-12-03 14:49:33 +13:00
node_history.py Implements node history: database 2021-09-09 09:35:09 -07:00
notification.py driver_internal_info in provision notifications 2020-08-25 18:11:04 +00:00
port.py Support port name 2020-11-29 13:37:55 +08:00
portgroup.py Port/Portgroup project scoped access 2021-03-02 15:45:03 -08:00
trait.py Support nested objects and object lists in as_dict 2018-02-22 00:29:58 +00:00
volume_connector.py Volume targets/connectors Project Scoped RBAC 2021-03-04 09:47:36 -08:00
volume_target.py Volume targets/connectors Project Scoped RBAC 2021-03-04 09:47:36 -08:00