"glance member-delete" shows unclear message if member doesnot exists
Bug #1390025 reported by
Kanchan Gupta
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Won't Fix
|
Undecided
|
Inessa Vasilevskaya |
Bug Description
Steps to reproduce :
1. keystone tenant-list - To check tenant list
2. glance image-list - To check image list
3. Now try to delete a member which doesn't exists(give incorrect tenant-id)
Usage : glance member-delete <image-id> <tenant-id>
glance member-delete 39d8e797-
Current message :
Request returned failure status 404.
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
404 Not Found
Membership could not be found.
<br /><br />
</body>
</html> (HTTP 404)
Expected Result : No tenant with a name or ID of <tenant-id> exists.
Glance version : 0.13.2
Ubuntu : 12.04
Changed in glance: | |
assignee: | nobody → Inessa Vasilevskaya (ivasilevskaya) |
Changed in glance: | |
status: | In Progress → Won't Fix |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/133232
Review: https:/