mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-11 19:57:20 +00:00
Currently, the nova virt driver for ironic has a file containing nothing but our states as constants. A recent bug was caused, in part, by these not being properly updated. The goal here is to move ironic state machine code and constants into separate files -- once merged, I will update the nova driver to use a copy of this file (and add a comment to the file here saying it's synced over there). This should help prevent this kinda issue in the future and in the long run cause less duplicated work. Assisted-by: Claude Code (claude) Signed-off-by: Jay Faulkner <jay@jvf.cc> Change-Id: Ief4533b69899c893f150ef3a7006fb99f7e42964 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| allocations.py | ||
| base_manager.py | ||
| cleaning.py | ||
| configdrive_utils.py | ||
| deployments.py | ||
| inspection.py | ||
| manager.py | ||
| notification_utils.py | ||
| periodics.py | ||
| rpc_service.py | ||
| rpcapi.py | ||
| servicing.py | ||
| steps.py | ||
| task_manager.py | ||
| utils.py | ||
| verify.py | ||