ironic/ironic/conductor
cid b5b7e60c47 Excise use of non-timezone aware utcnow()
Replace all instances of `datetime.datetime.utcnow()`,
which is deprecated, with the timezone-aware oslo's
`timeutils.utcnow()` method, across the Ironic project.

Closes-Bug: #2067740
Change-Id: I998681c14f945846f58e723b9be2202dbe8ea12c
2024-06-03 12:15:22 +01:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
allocations.py [codespell] Fixing Spelling Mistakes 2024-02-12 19:58:56 +00:00
base_manager.py Merge "[codespell] Fixing Spelling Mistakes" 2024-03-14 17:13:05 +00:00
cleaning.py Fix the confusion around service_reboot/servicing_reboot 2024-04-12 18:09:54 +02:00
deployments.py Fix the confusion around service_reboot/servicing_reboot 2024-04-12 18:09:54 +02:00
inspection.py Add node auto-discovery support for in-band inspection 2024-02-02 09:24:52 +01:00
manager.py Excise use of non-timezone aware utcnow() 2024-06-03 12:15:22 +01:00
notification_utils.py Add node console notifications 2016-12-23 08:51:54 +00:00
periodics.py Log when a periodic is completed 2023-07-16 13:08:38 -07:00
rpc_service.py Split conductor-specific RPCService 2024-02-26 18:17:52 +01:00
rpcapi.py Improve clarity of exception message 2024-02-16 15:13:23 +01:00
servicing.py Merge "Fix the confusion around service_reboot/servicing_reboot" 2024-04-15 23:38:00 +00:00
steps.py Stop assuming service steps have priorities 2024-04-10 13:59:19 +02:00
task_manager.py Do not move nodes to CLEAN FAILED with empty last_error 2023-03-01 11:16:46 +01:00
utils.py Merge "Fix the confusion around service_reboot/servicing_reboot" 2024-04-15 23:38:00 +00:00
verify.py Cache firwmare components on the transition to "manageable" 2023-12-14 09:51:47 +01:00