Comment 5 for bug 1443936

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-muranoclient (master)

Reviewed: https://review.openstack.org/181369
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=af0a55cb81a595eb6912fadb29cfc7dcda85b579
Submitter: Jenkins
Branch: master

commit af0a55cb81a595eb6912fadb29cfc7dcda85b579
Author: Ekaterina Chernova <email address hidden>
Date: Fri May 8 14:43:44 2015 +0300

    Remove hash check during image upload

    There were situations, when image was upload twice automatically,
    because it was updated and it's hash changed.
    But since these images have the same name and some of our applications
    currently rely on image name, when constructing heat template it caused
    problems in heat, as it could not resolve this situation,
    while deploying template, generated by Murano.

    Change-Id: Ib8f86f4934b2420d3c1c7e952dcbb47bcc9ab81c
    Closes-Bug: #1443936