Remove md5sum hardcoding from environment file

Recently, Centos image is updated to 8.3, and instead of updating the
new md5sum we want to remove the hardcoding.

Dropping 'md5sum: "<key>"' will allow us to skip updating
the md5sum each time we update CentOS-8-x86_64-GenericCloud.qcow2
on images.rdoproject.org.

In this case when we remove 'md5sum: "<key>"' it will fetch the md5sum
information from [1].

[1] https://images.rdoproject.org/CentOS-8-x86_64-GenericCloud.qcow2.md5
Closes-Bug: #1907457

Change-Id: I3f2420c54108964ad65b99555a1ea1763216385f
This commit is contained in:
Sandeep Yadav 2020-12-29 13:55:17 +05:30
parent 77899d3cdb
commit 5a6e48f681
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ images:
- name: undercloud
url: "{{ undercloud_image_url }}"
type: qcow2
md5sum: "d89eb49f2c264d29225cecf2b6c83322 CentOS-8-x86_64-GenericCloud.qcow2"
inject_images: []