Excess update tags
Bug #1555662 reported by
Darja Shakhray
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
In Progress
|
Medium
|
Mridula Joshi |
Bug Description
Steps to reproduce on devstack (glance v2):
1) Create image
2) Add tags
3) Update any property (glance image-update)
Expected result:
Sending PATCH request with replace property
Actual result:
Sending PATCH request with replace property and replace all tags
For example:
1) I have image http://
2) glance image-update 471079b7-
3) sending data '[{"path": "/name", "value": "name2", "op": "replace"}, {"path": "/tags", "value": ["tag1", "tag2"], "op": "replace"}]'
Changed in python-glanceclient: | |
assignee: | nobody → Bhargavi (challa-bhargavi1) |
Changed in python-glanceclient: | |
assignee: | Bhargavi (challa-bhargavi1) → Bhargavi (bhargavi-c81) |
Changed in python-glanceclient: | |
status: | New → In Progress |
Changed in python-glanceclient: | |
status: | In Progress → Opinion |
status: | Opinion → Confirmed |
Changed in python-glanceclient: | |
status: | In Progress → Fix Released |
Changed in python-glanceclient: | |
assignee: | nobody → Mridula Joshi (mrjoshi) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/301133
Review: https:/