ironic-inspector/releasenotes/notes/fix-periodic-tasks-configuration-edd167f0146e60b5.yaml
Anton Arefiev 2401f0cb10 Allow to configure cache clean up period
Add new option "IRONIC_INSPECTOR_CLEAN_UP_PERIOD" to devstack
plugin, which allow to configure clean up time of node cache.

The periodics.periodic_task decorator application on
main.py:periodic_clean_up and main.py:periodic_update is postponed
until after the inspector.conf file is read.

Change-Id: Ic6563990c789b1d1c3b72088860a4d13a3d57f29
Closes-Bug: #1639286
2016-11-04 17:49:41 +01:00

6 lines
159 B
YAML

---
fixes:
- |
The configuration of the ``periodic_clean_up`` and ``periodic_update`` tasks
is now applied after the file ``inspector.conf`` is read