Comment 1 for bug 1783096

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

Reviewed: https://review.openstack.org/585311
Committed: https://git.openstack.org/cgit/openstack/powervc-driver/commit/?id=9980f8ee64a39ab8655215bb25f5bde612495056
Submitter: Zuul
Branch: master

commit 9980f8ee64a39ab8655215bb25f5bde612495056
Author: Punith Kenchappa <email address hidden>
Date: Tue Jul 24 16:47:05 2018 +0530

    Replace glance V1 API calls to use V2 API

    With the Queens release of Openstack, the community removed the
    support for v1 glance API. Thus, we need to fix the corresponding
    implementation in the PowerVC Driver using glance v1 calls to v2 calls.
    As part of these changes, we've removed all the v1 glance client calls
    to v2, and also observed that the response format has changed as well
    and these changes should address all of that.

    Change-Id: Ic76bad59ba3da7178acaeeb093113358e50c6169
    Closes-Bug: #1783096