summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorvinay_m <vinay.harsha@tcs.com>2020-06-24 15:28:48 +0530
committerCyril Roelandt <cyril@redhat.com>2022-04-11 22:24:27 +0000
commit3949fc467cccc8396bf92c35dcebe5be84e11281 (patch)
tree398dd65a3812b9d7d5f0a002a896cbeddda44c6d /api-ref
parentc99c3af4ff6a642417846852d5b7d89f9607782b (diff)
downloadglance-3949fc467cccc8396bf92c35dcebe5be84e11281.tar.gz
api-ref needs update about 'checksum' image prop
Modified the "Checksum" description as mentioned , it is not computed from victoria release . Closes-Bug: #1875629 Change-Id: Id4299c7e02298157ad88971a78fac72a9f0248d0
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/v2/images-parameters.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/api-ref/source/v2/images-parameters.yaml b/api-ref/source/v2/images-parameters.yaml
index a99bbd601..c91764c91 100644
--- a/api-ref/source/v2/images-parameters.yaml
+++ b/api-ref/source/v2/images-parameters.yaml
@@ -326,9 +326,11 @@ all-stores-succeed-in-request:
type: boolean
checksum:
description: |
- Hash that is used over the image data. The Image
- service uses this value for verification. The value might be
- ``null`` (JSON null data type).
+ An MD5 hash over the image data. The value might be ``null`` (JSON null data type),
+ as this field is no longer populated by the Image Service beginning with the
+ Victoria release. It remains present for backward compatibility with legacy
+ images. To validate image data, instead use the secure multihash fields
+ ``os_hash_algo`` and ``os_hash_value``.
in: body
required: true
type: string