Comment 8 for bug 1572492

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

Reviewed: https://review.openstack.org/310379
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=00c599af5fb607635ab41290a092fa65fb6b7fcf
Submitter: Jenkins
Branch: stable/mitaka

commit 00c599af5fb607635ab41290a092fa65fb6b7fcf
Author: Nikolay Starodubtsev <email address hidden>
Date: Wed Apr 20 18:09:57 2016 +0300

    Fall back to glance API v1

    In murano client we've used glance client v2, so image update worked
    incorrect. Now it's necessary to fall back to glance api v1, since v2
    doesn't support some needed abilities.

    Change-Id: I1b0d6c9dd4075cd44133ef5111192fa602406cf2
    Closes-Bug: #1572492
    (cherry picked from commit 3341f488621774a621b4d37aac56d3e83b3314b2)