If user wants to update his package in murano and download newer version from apps.openstack.org he will not get the image if it also was updated previously, but has the same name as previous one.
This occurs because muranoclient does not compare checksum of already uploaded to glance image and image specified in dependencies of package:
If user wants to update his package in murano and download newer version from apps.openstack.org he will not get the image if it also was updated previously, but has the same name as previous one.
This occurs because muranoclient does not compare checksum of already uploaded to glance image and image specified in dependencies of package:
https:/ /github. com/openstack/ python- muranoclient/ blob/master/ muranoclient/ common/ utils.py# L578-L584