Internal Server Error returned, if delete image tag
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
In Progress
|
Medium
|
Unassigned |
Bug Description
[Summary]
Internal Server Error returned, if delete image tag
[Topo]
devstack all-in-one node
[Description and expect result]
no Internal Server Error returned, if delete image tag
[Reproduceable or not]
reproduceable
[Recreate Steps]
1) create an image, with tag "ABC" and "abc":
root@45-
+------
| Property | Value |
+------
| checksum | None |
| container_format | None |
| created_at | 2016-01-
| disk_format | None |
| id | c0805a88-
| min_disk | 0 |
| min_ram | 0 |
| name | None |
| owner | ebbcdabd911340e
| protected | False |
| size | None |
| status | queued |
| tags | ["ABC", "abc"] |
| updated_at | 2016-01-
| virtual_size | None |
| visibility | private |
+------
2)Internal Server Error returned, if delete one of the tag:
root@45-
500 Internal Server Error: The server has either erred or is incapable of performing the requested operation. (HTTP 500)
root@45-
Note: if there are 2 tags, which are same string if ignore case, the issue exist
[Configration]
reproduceable bug, no need
[logs]
reproduceable bug, no need
[Root cause anlyze or debug inf]
reproduceable bug
[Attachment]
None
Changed in python-glanceclient: | |
assignee: | nobody → linwei,wu (wlwwu) |
Changed in python-glanceclient: | |
status: | New → Confirmed |
Changed in python-glanceclient: | |
assignee: | linwei,wu (wlwwu) → nobody |
Changed in python-glanceclient: | |
assignee: | nobody → zhangjialong (zhangjl) |
affects: | python-glanceclient → glance |
Changed in glance: | |
assignee: | zhangjialong (zhangjl) → nobody |
assignee: | nobody → zhangjialong (zhangjl) |
Changed in glance: | |
assignee: | zhangjialong (zhangjl) → nobody |
Niall confirmed the bug, but I can't reproduce.
http:// paste.openstack .org/show/ 483868/
Did I miss something? :(