9220cbd385
Since we have automated cleaning and manual cleaning, the config 'clean_nodes' is a bit confusing since it only refers to automated cleaning. It is replaced with 'automated_clean'. This deprecates the 'clean_nodes' config; the plan is to delete it in Newton cycle. Updates to the documentation to explicitly mention automated vs manual cleaning is done in a separate patch. This includes a reno-style release note about the upgrade impact. Change-Id: I5b4fbac1753cb4213eb151b663490f381b751597 Partial-Bug: #1526290
6 lines
184 B
YAML
6 lines
184 B
YAML
---
|
|
deprecations:
|
|
- The [conductor]/clean_nodes config is deprecated and will be removed in the
|
|
Newton cycle. It has been replaced by the [conductor]/automated_clean
|
|
config.
|