Set User Enabled failed with '404 Item Not Found'

Bug #888210 reported by Jenny Vo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Low
Jenny Vo

Bug Description

Set User Enabled failed with '404 Item Not Found'
Sample raw request:
PUT http://localhost:35357/v2.0/users/6/OS-KSADM/enabled HTTP/1.1
Accept-Encoding: gzip,deflate
X-Auth-Token: 999888777666
Accept: application/xml
Content-Type: application/xml
User-Agent: Jakarta Commons-HttpClient/3.1
Host: localhost:35357
Content-Length: 80

<v2:user enabled="true" xmlns:v2="http://docs.openstack.org/identity/api/v2.0"/>

Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote :

This is a valid bug.Code is still using the old path

curl -X PUT "http://localhost:35357/v2.0/users/6/enabled" -d "<v2:user enabled='true' xmlns:v2='http://docs.openstack.org/identity/api/v2.0'/>" -H "X-AUTH-TOKEN: 999888777666" -H "Content-type: application/xml"

Fix is to change the code for these calls to use correct extension path.

Changed in keystone:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Yogeshwar (yogesh-srikrishnan)
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/1467
Committed: http://github.com/openstack/keystone/commit/e2f4e8dc9d8bf9af1b463cc2985fe5abdd38ea67
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit e2f4e8dc9d8bf9af1b463cc2985fe5abdd38ea67
Author: Yogeshwar Srikrishnan <email address hidden>
Date: Wed Nov 9 12:16:13 2011 -0600

    Bug #888210: Changes to fix calls to use the right path.

    Change-Id: Ie9f1a6a088c8f00979ee5b70190544763709442c

Changed in keystone:
status: Confirmed → Fix Committed
Revision history for this message
Jenny Vo (jenny-vo) wrote :

retested pass

Changed in keystone:
assignee: Yogeshwar (yogesh-srikrishnan) → Jenny Vo (jenny-vo)
status: Fix Committed → Confirmed
status: Confirmed → Fix Released
Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote :

Hi Jenny
I am not sure whether we could set to fix released as we have not released.Could you confirm with Joe or Ziad

Changed in keystone:
status: Fix Released → Fix Committed
Revision history for this message
Jenny Vo (jenny-vo) wrote :

I am not sure how to close the defect...I couldn't find other option that relevant.

Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote : Re: [Bug 888210] Re: Set User Enabled failed with '404 Item Not Found'

You could add a comment right now!
On 11/10/2011 05:33 PM, Jenny Vo wrote:
> I am not sure how to close the defect...I couldn't find other option

--
*Yogeshwar Srikrishnan*
Software Engineer III
Email: <email address hidden>
<mailto:<email address hidden>>
Phone: (210) 459-1412

Revision history for this message
Jenny Vo (jenny-vo) wrote :

Re-tested: work as expected

Thierry Carrez (ttx)
Changed in keystone:
milestone: none → essex-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: essex-2 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.