cinder needs to support Images API v2.11
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Low
|
Brian Rosmaita | ||
Victoria |
Fix Committed
|
Low
|
Brian Rosmaita | ||
Wallaby |
Fix Committed
|
Low
|
Brian Rosmaita |
Bug Description
Glance 2.11 changes the format of a "cinder" URI [0]. The old-style glance location URI for image data in a cinder-backed glance_store is this:
cinder:
The new style in the case of multiple glance stores is:
cinder:
The current way we're extracting the volume_id from the URI (see [1,2]) is going to give us
<glance_
to work with as a "volume ID" for cinder, which won't match with any actual volume_id unless we process it some more.
The fix needs to be able to handle both legacy and new-style formats.
[0] Change-Id: I087a89c2081337
[1] https:/
[2] https:/
summary: |
- cinder support for Images API v2.11 + cinder needs to support Images API v2.11 |
tags: | added: api glance glance-store image |
Changed in cinder: | |
milestone: | 17.0.1 → xena-3 |
This patch adds the v2.11 API to Glance: https:/ /review. opendev. org/#/c/ 755088/ /review. opendev. org/#/c/ 755090/
This patch adds it to victoria: https:/