member-id should contian only numbers and letters
Bug #1574991 reported by
wangxiyuan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Now, there is no limit for member-id's format. It means that all characters are allowed. But member_id means a project's(tenant's) id. It shoud contian only numbers and letters. If not, it will lead some error:
reprodue:
env: glance master
1.create a member for an image:
$glance member-create b9125ded-
2.delete the member from the image:
$glance member-delete b9125ded-
the error accoured:
404 Not Found
fdsae not found in the member list of the image b9125ded-
(HTTP 404)
Changed in glance: | |
assignee: | nobody → wangxiyuan (wangxiyuan) |
affects: | glance → python-glanceclient |
Changed in python-glanceclient: | |
assignee: | wangxiyuan (wangxiyuan) → nobody |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/310115
Review: https:/