ironic/releasenotes/notes/remove-driver-periodic-task-f5e513b06b601ce4.yaml
Jim Rollenhagen fbed8b2c47 Remove deprecated driver_periodic_task
This decorator was deprecated February 24, 2016; we're past the cycle
boundary and 3 month requirements. Remove it.

Change-Id: I9c08e7111aac9b8baf6878e508db1fbfa0ec72cb
2016-05-16 21:26:37 +00:00

6 lines
171 B
YAML

---
upgrade:
- Removes the deprecated decorator "driver_periodic_task",
Drivers should use the "periodics.periodic" decorator
from the futurist library instead.