Comment 2 for bug 1493325

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

Reviewed: https://review.openstack.org/221257
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=191abebaa91688cc081676ed3b1e050b9a2675c1
Submitter: Jenkins
Branch: master

commit 191abebaa91688cc081676ed3b1e050b9a2675c1
Author: Andrey Pavlov <email address hidden>
Date: Tue Sep 8 13:58:56 2015 +0300

    Adding return of updated image for update_image, update_tags

    update_image and update_tags don't return updated images
    that requires to make extra "get" call. This change will
    not break backward compatibility because the only change
    is replacement of None value with Image object.

    Change-Id: Ifd9ddabdf03f5e8f9342faab8f349777512a0eb6
    Closes-bug: #1493325