Comment 9 for bug 1898075

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/806038
Committed: https://opendev.org/openstack/cinder/commit/8095a7af801e7b4511bde7e02412bcd6687eb1d1
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 8095a7af801e7b4511bde7e02412bcd6687eb1d1
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
    (cherry picked from commit 4a5ff4eb7577867bc1a6b89718ecd66888430d84)
    (cherry picked from commit e714a696a96c160ee8e4a110344c042e40c41556)