Stop writing to v1 checksum on ImageStorage
This commit is contained in:
parent
90dd76806c
commit
ad93425ead
3 changed files with 0 additions and 3 deletions
|
@ -441,7 +441,6 @@ def store_checksum(image_with_storage, checksum, content_checksum):
|
|||
return 'Invalid checksum format'
|
||||
|
||||
# We store the checksum
|
||||
image_with_storage.storage.checksum = checksum # TODO remove when v1 checksums are on image only
|
||||
image_with_storage.storage.content_checksum = content_checksum
|
||||
image_with_storage.storage.save()
|
||||
|
||||
|
|
Reference in a new issue