e522ab0fe7
This will enable inspection scenarios to operate the fast track behavior. Change-Id: I4596bfb1d2c6fab47e501dc1a5f013877a3c3b87
13 lines
566 B
YAML
13 lines
566 B
YAML
---
|
|
features:
|
|
- |
|
|
The default operating mode of bifrost now no longer powers off nodes
|
|
once they have been inspected. This leaves the ironic-python-agent
|
|
running and ultimately allows moving into deployment skipping a full
|
|
boot sequence when following the typical use path.
|
|
|
|
This setting may be disabled and the previous behavior reverted by
|
|
changing the ``power_off_after_inspection`` setting to ``true``.
|
|
This setting maps to ironic-inspector.conf's ``[processing]power_off``
|
|
and ironic.conf's ``[inspector]power_off`` settings.
|