15fa11e2af
As an operator I want to be able to configure the introspection data processing hooks enabled in ironic inspector so that I can customise the inspection processing pipeline. This change allows the set of processing hooks used by inspector to be configured. Change-Id: I8e9ec6c78acf5c2b5f8b012bf7d0c41662c5c00f Closes-Bug: #1685877
9 lines
289 B
YAML
9 lines
289 B
YAML
---
|
|
features:
|
|
- |
|
|
Allows configuration of inspector processing hooks.
|
|
|
|
It is now possible to configure the set of inspection data processing hooks
|
|
used by ironic inspector via the variable ``inspector_processing_hooks``,
|
|
which defaults to using inspector's default list.
|