2f828aed46
Some operators simply don't need the periodic clean up sync task as part of their ironic deployment with ironic-inspector as they are not using the PXE filtering to manage access for machines as part of discovery. In these "standalone" use cases, there is typically no neutron, and everything is managed externally from ironic-inspector. Change-Id: I0036b2cdb7d562e90855ccabd108392f2f97c6f9
9 lines
344 B
YAML
9 lines
344 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ability for periodic clean-up and synchronization tasks with
|
|
``ironic`` to be able to be disabled by setting the
|
|
``[DEFAULT]clean_up_period`` to a value of ``0``. This is intended for
|
|
"stand-alone" operators only as it may result in unexpected behaviors if
|
|
used in a non-standalone environment.
|