Misplaced variable preventing fast-track after inspection
Change-Id: I18b123044793fa0662328636517a75dbc8e95834
This commit is contained in:
parent
e8caf6faaf
commit
73c3fd0eac
@ -83,9 +83,10 @@ always_store_ramdisk_logs = {{ inspector_store_ramdisk_logs | default('true') |
|
|||||||
processing_hooks = {{ inspector_processing_hooks }}
|
processing_hooks = {{ inspector_processing_hooks }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
store_data = database
|
store_data = database
|
||||||
|
power_off = {{ power_off_after_inspection }}
|
||||||
|
|
||||||
{% if inspector.discovery.enabled == true %}
|
{% if inspector.discovery.enabled == true %}
|
||||||
node_not_found_hook = enroll
|
node_not_found_hook = enroll
|
||||||
power_off = {{ power_off_after_inspection }}
|
|
||||||
|
|
||||||
[discovery]
|
[discovery]
|
||||||
enroll_node_driver = {{ inspector.discovery.default_node_driver }}
|
enroll_node_driver = {{ inspector.discovery.default_node_driver }}
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes fast-track after inspection: the ``fast_track`` and
|
||||||
|
``power_off_after_inspection`` options are now correctly handled.
|
Loading…
x
Reference in New Issue
Block a user