Comment 5 for bug 1898075

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/755654
Committed: https://opendev.org/openstack/cinder/commit/4a5ff4eb7577867bc1a6b89718ecd66888430d84
Submitter: "Zuul (22348)"
Branch: master

commit 4a5ff4eb7577867bc1a6b89718ecd66888430d84
Author: Brian Rosmaita <email address hidden>
Date: Thu Oct 1 17:30:39 2020 -0400

    Support Images API v2.11

    Glance has changed the format of the cinder URIs in image locations
    so that they can look like
       cinder://glance-store-name/volume_id
    in addition to the legacy format
       cinder://volume_id

    Change the cinder code so that it can handle both formats for
    reading. (We only need to write the legacy format.)

    Change-Id: I8c176bf4c875061591bb6c94654a2cef643a4dcb
    Closes-bug: #1898075