ironic/releasenotes/notes/permit-ironic-to-tell-agent-about-md5-support-5c94da38c2f5dd10.yaml
Julia Kreger 84f1a1c321 Permit Ironic to notify IPA it can support MD5
Adds a new configuration option which can be set by an
operator to tell Ironic's agent that it is able to process
an MD5 checksum.

Depends-On: https://review.opendev.org/c/openstack/ironic-python-agent/+/882367
Change-Id: I79228e773db9e60fcc2d16ec028ba233c4ba756f
2023-08-22 16:06:35 -07:00

7 lines
211 B
YAML

---
features:
- |
Adds a ``[agent]allow_md5_checksum`` configuration
option which can be used to tell ``ironic-python-agent`` versions
newer than version ``9.4.0`` if MD5 is a permitted algorithm.