glance client expects image ID only, should use base resource
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
Confirmed
|
Wishlist
|
Unassigned | ||
python-openstackclient |
Fix Released
|
Medium
|
David Moreau Simard |
Bug Description
openstack image save works fine with API v1 - we pass the whole image object as expected by glanceclient:
https:/
to
https:/
However, this has changed with API v2 - glanceclient only expects to be receiving the image id, not the whole object:
https:/
to
https:/
Hence, Openstackclient ends up trying to find an image_id to download whom's ID is the whole object and returns a 404, appropriately.
Changed in python-openstackclient: | |
assignee: | nobody → David Moreau Simard (dmsimard) |
status: | New → In Progress |
summary: |
- image save with --os-image-api-version 2 returns a 404 + glance client expects image ID only, should use base resource |
Changed in python-openstackclient: | |
importance: | Undecided → Medium |
Changed in python-openstackclient: | |
milestone: | none → 1.6.0 |
status: | Fix Committed → Fix Released |
Changed in python-glanceclient: | |
status: | In Progress → Confirmed |
assignee: | Kairat Kushaev (kkushaev) → nobody |
Fix proposed to branch: master /review. openstack. org/202247
Review: https:/