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
This commit is contained in:
vinay_m 2020-06-24 15:28:48 +05:30 committed by Cyril Roelandt
parent c99c3af4ff
commit 3949fc467c
1 changed files with 5 additions and 3 deletions

View File

@ -326,9 +326,11 @@ all-stores-succeed-in-request:
type: boolean type: boolean
checksum: checksum:
description: | description: |
Hash that is used over the image data. The Image An MD5 hash over the image data. The value might be ``null`` (JSON null data type),
service uses this value for verification. The value might be as this field is no longer populated by the Image Service beginning with the
``null`` (JSON null data type). 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 in: body
required: true required: true
type: string type: string