ironic/releasenotes/notes/remove-agent_last_heartbeat-65a9fe02f20465c5.yaml
Mario Villaplana 7dc74ab754 Remove "agent_last_heartbeat" internal field from agent drivers
"agent_last_heartbeat" in the driver_internal_info dict of agent drivers is not
used anywhere by ironic itself, except for logging purposes. This
removes it.

Change-Id: Ic198f6a952ed135099bcc525ef548a4aea005056
Closes-Bug: 1602410
2016-10-13 23:08:46 +00:00

5 lines
169 B
YAML

---
deprecations:
- The ``agent_last_heartbeat`` field of ``driver_internal_info`` has been
removed from all agent drivers, since this field was unused by ironic.