ee6119e774
This allows users to disable automated cleaning on Node level. Story: #2008113 Task: #40829 Change-Id: If583bae4108b9bfa99cc460509af84696c7003c5
7 lines
311 B
YAML
7 lines
311 B
YAML
---
|
|
features:
|
|
- |
|
|
Allows disabling automated cleaning per node if it is enabled globally.
|
|
An existing ``automated_clean`` field will allow disabling of automated
|
|
cleaning on the node object. A new ``baremetal:node:disable_cleaning``
|
|
policy is added which defaults to ``baremetal:node:update``. |