ironic/releasenotes/notes/periodic-tasks-drivers-ae9cddab88b546c6.yaml
Dmitry Tantsur 8c842ec505 Deprecate putting periodic tasks on a driver object
This approach will no longer make sense when the driver composition is in effect.
Anyway usually a better place to put a task is an interface.

Change-Id: I7096e428ce9774d89ac624c2d38bb23984a4b842
Related-Bug: #1524745
2016-08-09 13:59:50 +02:00

6 lines
198 B
YAML

---
deprecations:
- Putting periodic tasks on a driver object (rather than interface) is
deprecated. Driver developers should move periodic tasks from driver
objects to interface objects.