82c2a06a97
This is cleaned up as of commit
2351d624ae
, and should be sufficient for
the final release. If something else with a release note lands, we can
make any changes there in a later patch.
Change-Id: Ia1ef442f3cc0d64c8a7c6fbb5aaf3f0160f214de
13 lines
639 B
YAML
13 lines
639 B
YAML
---
|
|
features:
|
|
- Adds a new ``[deploy]/erase_devices_metadata_priority`` configuration
|
|
option to allow operators to configure the priority of (or disable) the
|
|
"erase_devices_metadata" cleaning step.
|
|
upgrade:
|
|
- The new "erase_devices_metadata" cleaning step is enabled by
|
|
default (if available) in the ironic-python-agent project (priority
|
|
99). Wiping the devices metadata is usually very fast and shouldn't
|
|
add much time (if any) to the overall cleaning process. Operators
|
|
wanting to disable this cleaning step can do it by setting the
|
|
``[deploy]/erase_devices_metadata_priority`` configuration option to 0.
|