ironic/releasenotes/notes/image_checksum_optional-381acf9e441d2a58.yaml
Julia Kreger fbf92e6126 Make image_checksum optional if other checksum is present
In a previous change, we discovered that our validation
logic still required an image_checksum value to be present.
Since support was added some time ago for improved image
checksum validation, we no longer need to explicitly require
image_checksum be present.

Change-Id: Iec2fb7139f098f2782c440808d71b00a71785c5c
2020-03-12 10:15:53 -07:00

8 lines
251 B
YAML

---
features:
- |
Adds the cability for the ``instance_info\image_checksum`` value
to be optional in stand-alone deployments if the
``instance_info\image_os_hash_algo`` and
``instance_info\image_os_hash_value`` fields are populated.